Changes in test/Makefile.am [917:4980b05606bd:874:d8ea85825e02] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r917 r874 34 34 test/maps_test \ 35 35 test/matching_test \ 36 test/max_cardinality_search_test \37 test/max_clique_test \38 36 test/min_cost_arborescence_test \ 39 37 test/min_cost_flow_test \ 40 38 test/min_mean_cycle_test \ 41 test/nagamochi_ibaraki_test \42 39 test/path_test \ 43 40 test/planarity_test \ … … 88 85 test_mip_test_SOURCES = test/mip_test.cc 89 86 test_matching_test_SOURCES = test/matching_test.cc 90 test_max_cardinality_search_test_SOURCES = test/max_cardinality_search_test.cc91 test_max_clique_test_SOURCES = test/max_clique_test.cc92 87 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc 93 88 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc 94 89 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc 95 test_nagamochi_ibaraki_test_SOURCES = test/nagamochi_ibaraki_test.cc96 90 test_path_test_SOURCES = test/path_test.cc 97 91 test_planarity_test_SOURCES = test/planarity_test.cc
Note: See TracChangeset
for help on using the changeset viewer.