diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -4,12 +4,14 @@ SET(TESTS bfs_test + circulation_test counter_test dfs_test digraph_test dijkstra_test dim_test error_test + graph_adaptor_test graph_copy_test graph_test graph_utils_test @@ -18,8 +20,10 @@ kruskal_test maps_test max_matching_test + path_test + preflow_test random_test - path_test + suurballe_test time_measure_test unionfind_test) diff --git a/test/Makefile.am b/test/Makefile.am --- a/test/Makefile.am +++ b/test/Makefile.am @@ -18,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 \