Changeset 810:93cd93e82f9b in lemon for test/Makefile.am
- Timestamp:
- 08/07/09 14:52:40 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r696 r810 30 30 test/min_cost_arborescence_test \ 31 31 test/min_cost_flow_test \ 32 test/min_mean_cycle_test \ 32 33 test/path_test \ 33 34 test/preflow_test \ … … 77 78 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc 78 79 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc 80 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc 79 81 test_path_test_SOURCES = test/path_test.cc 80 82 test_preflow_test_SOURCES = test/preflow_test.cc
Note: See TracChangeset
for help on using the changeset viewer.