1.1 --- a/test/CMakeLists.txt Mon Dec 08 15:18:04 2008 +0000
1.2 +++ b/test/CMakeLists.txt Mon Dec 08 12:29:00 2008 +0000
1.3 @@ -4,12 +4,14 @@
1.4
1.5 SET(TESTS
1.6 bfs_test
1.7 + circulation_test
1.8 counter_test
1.9 dfs_test
1.10 digraph_test
1.11 dijkstra_test
1.12 dim_test
1.13 error_test
1.14 + graph_adaptor_test
1.15 graph_copy_test
1.16 graph_test
1.17 graph_utils_test
1.18 @@ -18,8 +20,10 @@
1.19 kruskal_test
1.20 maps_test
1.21 max_matching_test
1.22 + path_test
1.23 + preflow_test
1.24 random_test
1.25 - path_test
1.26 + suurballe_test
1.27 time_measure_test
1.28 unionfind_test)
1.29
2.1 --- a/test/Makefile.am Mon Dec 08 15:18:04 2008 +0000
2.2 +++ b/test/Makefile.am Mon Dec 08 12:29:00 2008 +0000
2.3 @@ -18,14 +18,14 @@
2.4 test/graph_copy_test \
2.5 test/graph_test \
2.6 test/graph_utils_test \
2.7 + test/hao_orlin_test \
2.8 test/heap_test \
2.9 test/kruskal_test \
2.10 - test/hao_orlin_test \
2.11 test/maps_test \
2.12 test/max_matching_test \
2.13 - test/random_test \
2.14 test/path_test \
2.15 test/preflow_test \
2.16 + test/random_test \
2.17 test/suurballe_test \
2.18 test/test_tools_fail \
2.19 test/test_tools_pass \