1.1 --- a/test/Makefile.am Mon Dec 08 11:06:39 2008 +0100
1.2 +++ b/test/Makefile.am Mon Dec 08 15:47:20 2008 +0000
1.3 @@ -1,7 +1,5 @@
1.4 EXTRA_DIST += \
1.5 - test/CMakeLists.txt \
1.6 - test/min_cost_flow_test.lgf \
1.7 - test/preflow_graph.lgf
1.8 + test/CMakeLists.txt
1.9
1.10 noinst_HEADERS += \
1.11 test/graph_test.h \
1.12 @@ -20,14 +18,14 @@
1.13 test/graph_copy_test \
1.14 test/graph_test \
1.15 test/graph_utils_test \
1.16 + test/hao_orlin_test \
1.17 test/heap_test \
1.18 test/kruskal_test \
1.19 - test/hao_orlin_test \
1.20 test/maps_test \
1.21 test/max_matching_test \
1.22 - test/random_test \
1.23 test/path_test \
1.24 test/preflow_test \
1.25 + test/random_test \
1.26 test/suurballe_test \
1.27 test/test_tools_fail \
1.28 test/test_tools_pass \