Changeset 1021:4980b05606bd in lemon for test/Makefile.am
- Timestamp:
- 11/16/10 07:46:01 (13 years ago)
- Branch:
- default
- Children:
- 1022:8583fb74238c, 1025:140c953ad5d1, 1199:ae0b056593a7
- Parents:
- 1020:70bee017b584 (diff), 1019:234d635ad721 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r1017 r1021 34 34 test/maps_test \ 35 35 test/matching_test \ 36 test/max_cardinality_search_test \ 36 37 test/max_clique_test \ 37 38 test/min_cost_arborescence_test \ … … 87 88 test_mip_test_SOURCES = test/mip_test.cc 88 89 test_matching_test_SOURCES = test/matching_test.cc 90 test_max_cardinality_search_test_SOURCES = test/max_cardinality_search_test.cc 89 91 test_max_clique_test_SOURCES = test/max_clique_test.cc 90 92 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc -
test/Makefile.am
r1020 r1021 39 39 test/min_cost_flow_test \ 40 40 test/min_mean_cycle_test \ 41 test/nagamochi_ibaraki_test \ 41 42 test/path_test \ 42 43 test/planarity_test \ … … 92 93 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc 93 94 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc 95 test_nagamochi_ibaraki_test_SOURCES = test/nagamochi_ibaraki_test.cc 94 96 test_path_test_SOURCES = test/path_test.cc 95 97 test_planarity_test_SOURCES = test/planarity_test.cc
Note: See TracChangeset
for help on using the changeset viewer.