diff -r 7c4ba7daaf5f -r 2b6bffe0e7e8 test/CMakeLists.txt --- a/test/CMakeLists.txt Tue Dec 20 17:44:38 2011 +0100 +++ b/test/CMakeLists.txt Tue Dec 20 18:15:14 2011 +0100 @@ -13,6 +13,7 @@ SET(TESTS adaptors_test + bellman_ford_test bfs_test circulation_test connectivity_test @@ -24,6 +25,7 @@ edge_set_test error_test euler_test + fractional_matching_test gomory_hu_test graph_copy_test graph_test @@ -36,7 +38,9 @@ matching_test min_cost_arborescence_test min_cost_flow_test + min_mean_cycle_test path_test + planarity_test preflow_test radix_sort_test random_test