Changeset 869:636dadefe1e6 in lemon-main for test
- Timestamp:
- 09/25/09 21:51:36 (15 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/CMakeLists.txt
r698 r869 22 22 error_test 23 23 euler_test 24 fractional_matching_test 24 25 gomory_hu_test 25 26 graph_copy_test -
test/Makefile.am
r698 r869 20 20 test/error_test \ 21 21 test/euler_test \ 22 test/fractional_matching_test \ 22 23 test/gomory_hu_test \ 23 24 test/graph_copy_test \ … … 66 67 test_error_test_SOURCES = test/error_test.cc 67 68 test_euler_test_SOURCES = test/euler_test.cc 69 test_fractional_matching_test_SOURCES = test/fractional_matching_test.cc 68 70 test_gomory_hu_test_SOURCES = test/gomory_hu_test.cc 69 71 test_graph_copy_test_SOURCES = test/graph_copy_test.cc
Note: See TracChangeset
for help on using the changeset viewer.