Changeset 770:432c54cec63c in lemon-main for test
- Timestamp:
- 11/05/09 08:39:49 (15 years ago)
- Branch:
- default
- Parents:
- 769:e746fb14e680 (diff), 757:9fbbd802020f (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
- Location:
- test
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
test/CMakeLists.txt
r698 r770 33 33 min_cost_arborescence_test 34 34 min_cost_flow_test 35 min_mean_cycle_test 35 36 path_test 36 37 preflow_test -
test/CMakeLists.txt
r763 r770 10 10 SET(TESTS 11 11 adaptors_test 12 bellman_ford_test 12 13 bfs_test 13 14 circulation_test -
test/Makefile.am
r698 r770 31 31 test/min_cost_arborescence_test \ 32 32 test/min_cost_flow_test \ 33 test/min_mean_cycle_test \ 33 34 test/path_test \ 34 35 test/preflow_test \ … … 79 80 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc 80 81 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc 82 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc 81 83 test_path_test_SOURCES = test/path_test.cc 82 84 test_preflow_test_SOURCES = test/preflow_test.cc -
test/Makefile.am
r763 r770 8 8 check_PROGRAMS += \ 9 9 test/adaptors_test \ 10 test/bellman_ford_test \ 10 11 test/bfs_test \ 11 12 test/circulation_test \ … … 54 55 55 56 test_adaptors_test_SOURCES = test/adaptors_test.cc 57 test_bellman_ford_test_SOURCES = test/bellman_ford_test.cc 56 58 test_bfs_test_SOURCES = test/bfs_test.cc 57 59 test_circulation_test_SOURCES = test/circulation_test.cc
Note: See TracChangeset
for help on using the changeset viewer.