diff -r cace3206223b -r b2564598b46d test/Makefile.am --- a/test/Makefile.am Mon Dec 08 11:06:39 2008 +0100 +++ b/test/Makefile.am Mon Dec 08 15:47:20 2008 +0000 @@ -1,7 +1,5 @@ EXTRA_DIST += \ - test/CMakeLists.txt \ - test/min_cost_flow_test.lgf \ - test/preflow_graph.lgf + test/CMakeLists.txt noinst_HEADERS += \ test/graph_test.h \ @@ -20,14 +18,14 @@ test/graph_copy_test \ test/graph_test \ test/graph_utils_test \ + test/hao_orlin_test \ test/heap_test \ test/kruskal_test \ - test/hao_orlin_test \ test/maps_test \ test/max_matching_test \ - test/random_test \ test/path_test \ test/preflow_test \ + test/random_test \ test/suurballe_test \ test/test_tools_fail \ test/test_tools_pass \