diff -r 70b199792735 -r ad40f7d32846 test/CMakeLists.txt --- a/test/CMakeLists.txt Fri Aug 09 11:07:27 2013 +0200 +++ b/test/CMakeLists.txt Sun Aug 11 15:28:12 2013 +0200 @@ -14,6 +14,7 @@ SET(TESTS adaptors_test arc_look_up_test + bellman_ford_test bfs_test circulation_test connectivity_test @@ -25,6 +26,7 @@ edge_set_test error_test euler_test + fractional_matching_test gomory_hu_test graph_copy_test graph_test @@ -37,7 +39,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