diff -r b16ca599472f -r 723b2b81d900 test/Makefile.am --- a/test/Makefile.am Thu Jan 19 16:56:39 2006 +0000 +++ b/test/Makefile.am Tue Jan 24 16:07:38 2006 +0000 @@ -10,6 +10,7 @@ graph_utils_test.h \ heap_test.h + check_PROGRAMS = \ all_pairs_shortest_path_test \ bfs_test \ @@ -20,9 +21,9 @@ graph_adaptor_test \ graph_utils_test \ kruskal_test \ - max_matching_test \ maps_test \ matrix_maps_test \ + max_matching_test \ min_cost_flow_test \ suurballe_test \ path_test \