1.1 --- a/test/CMakeLists.txt Fri Aug 09 11:07:27 2013 +0200
1.2 +++ b/test/CMakeLists.txt Sun Aug 11 15:28:12 2013 +0200
1.3 @@ -14,6 +14,7 @@
1.4 SET(TESTS
1.5 adaptors_test
1.6 arc_look_up_test
1.7 + bellman_ford_test
1.8 bfs_test
1.9 circulation_test
1.10 connectivity_test
1.11 @@ -25,6 +26,7 @@
1.12 edge_set_test
1.13 error_test
1.14 euler_test
1.15 + fractional_matching_test
1.16 gomory_hu_test
1.17 graph_copy_test
1.18 graph_test
1.19 @@ -37,7 +39,9 @@
1.20 matching_test
1.21 min_cost_arborescence_test
1.22 min_cost_flow_test
1.23 + min_mean_cycle_test
1.24 path_test
1.25 + planarity_test
1.26 preflow_test
1.27 radix_sort_test
1.28 random_test