equal
deleted
inserted
replaced
11 "Run the test with valgrind (YES/NO).") |
11 "Run the test with valgrind (YES/NO).") |
12 SET(VALGRIND_FLAGS "" CACHE STRING "Valgrind flags used by the tests.") |
12 SET(VALGRIND_FLAGS "" CACHE STRING "Valgrind flags used by the tests.") |
13 |
13 |
14 SET(TESTS |
14 SET(TESTS |
15 adaptors_test |
15 adaptors_test |
|
16 bellman_ford_test |
16 bfs_test |
17 bfs_test |
17 circulation_test |
18 circulation_test |
18 connectivity_test |
19 connectivity_test |
19 counter_test |
20 counter_test |
20 dfs_test |
21 dfs_test |
22 dijkstra_test |
23 dijkstra_test |
23 dim_test |
24 dim_test |
24 edge_set_test |
25 edge_set_test |
25 error_test |
26 error_test |
26 euler_test |
27 euler_test |
|
28 fractional_matching_test |
27 gomory_hu_test |
29 gomory_hu_test |
28 graph_copy_test |
30 graph_copy_test |
29 graph_test |
31 graph_test |
30 graph_utils_test |
32 graph_utils_test |
31 hao_orlin_test |
33 hao_orlin_test |
34 lgf_test |
36 lgf_test |
35 maps_test |
37 maps_test |
36 matching_test |
38 matching_test |
37 min_cost_arborescence_test |
39 min_cost_arborescence_test |
38 min_cost_flow_test |
40 min_cost_flow_test |
|
41 min_mean_cycle_test |
39 path_test |
42 path_test |
|
43 planarity_test |
40 preflow_test |
44 preflow_test |
41 radix_sort_test |
45 radix_sort_test |
42 random_test |
46 random_test |
43 suurballe_test |
47 suurballe_test |
44 time_measure_test |
48 time_measure_test |