2
4
2
... | ... |
@@ -25,7 +25,7 @@ |
25 | 25 |
test/heap_test \ |
26 | 26 |
test/kruskal_test \ |
27 | 27 |
test/maps_test \ |
28 |
test/ |
|
28 |
test/matching_test \ |
|
29 | 29 |
test/min_cost_arborescence_test \ |
30 | 30 |
test/path_test \ |
31 | 31 |
test/preflow_test \ |
... | ... |
@@ -70,7 +70,7 @@ |
70 | 70 |
test_lp_test_SOURCES = test/lp_test.cc |
71 | 71 |
test_maps_test_SOURCES = test/maps_test.cc |
72 | 72 |
test_mip_test_SOURCES = test/mip_test.cc |
73 |
|
|
73 |
test_matching_test_SOURCES = test/matching_test.cc |
|
74 | 74 |
test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc |
75 | 75 |
test_path_test_SOURCES = test/path_test.cc |
76 | 76 |
test_preflow_test_SOURCES = test/preflow_test.cc |
0 comments (0 inline)