Changeset 611:85cb3aa71cce in lemon-1.2 for test/Makefile.am
- Timestamp:
- 04/21/09 16:18:54 (16 years ago)
- Branch:
- default
- Children:
- 612:0c8e5c688440, 613:b1811c363299, 619:ec817dfc2cb7
- Parents:
- 600:0ba8dfce7259 (diff), 610:dacc2cee2b4c (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
r594 r611 28 28 test/matching_test \ 29 29 test/min_cost_arborescence_test \ 30 test/min_cost_flow_test \ 30 31 test/path_test \ 31 32 test/preflow_test \ … … 73 74 test_matching_test_SOURCES = test/matching_test.cc 74 75 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc 76 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc 75 77 test_path_test_SOURCES = test/path_test.cc 76 78 test_preflow_test_SOURCES = test/preflow_test.cc -
test/Makefile.am
r601 r611 18 18 test/error_test \ 19 19 test/euler_test \ 20 test/gomory_hu_test \ 20 21 test/graph_copy_test \ 21 22 test/graph_test \ … … 25 26 test/kruskal_test \ 26 27 test/maps_test \ 27 test/ma x_matching_test \28 test/matching_test \ 28 29 test/min_cost_arborescence_test \ 29 30 test/min_cost_flow_test \ … … 37 38 test/time_measure_test \ 38 39 test/unionfind_test 40 41 test_test_tools_pass_DEPENDENCIES = demo 39 42 40 43 if HAVE_LP … … 59 62 test_error_test_SOURCES = test/error_test.cc 60 63 test_euler_test_SOURCES = test/euler_test.cc 64 test_gomory_hu_test_SOURCES = test/gomory_hu_test.cc 61 65 test_graph_copy_test_SOURCES = test/graph_copy_test.cc 62 66 test_graph_test_SOURCES = test/graph_test.cc … … 68 72 test_maps_test_SOURCES = test/maps_test.cc 69 73 test_mip_test_SOURCES = test/mip_test.cc 70 test_ma x_matching_test_SOURCES = test/max_matching_test.cc74 test_matching_test_SOURCES = test/matching_test.cc 71 75 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc 72 76 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
Note: See TracChangeset
for help on using the changeset viewer.