Changeset 797:30cb42e3e43a in lemon-main for test
- Timestamp:
- 09/09/09 15:32:03 (15 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/CMakeLists.txt
r698 r797 34 34 min_cost_flow_test 35 35 path_test 36 planarity_test 36 37 preflow_test 37 38 radix_sort_test -
test/Makefile.am
r698 r797 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.