Changeset 861:30cb42e3e43a in lemon for test/Makefile.am
- Timestamp:
- 09/09/09 15:32:03 (14 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r745 r861 32 32 test/min_cost_flow_test \ 33 33 test/path_test \ 34 test/planarity_test \ 34 35 test/preflow_test \ 35 36 test/radix_sort_test \ … … 80 81 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc 81 82 test_path_test_SOURCES = test/path_test.cc 83 test_planarity_test_SOURCES = test/planarity_test.cc 82 84 test_preflow_test_SOURCES = test/preflow_test.cc 83 85 test_radix_sort_test_SOURCES = test/radix_sort_test.cc
Note: See TracChangeset
for help on using the changeset viewer.