Changeset 441:4f7224faf3bd in lemon-main for test
- Timestamp:
- 10/17/08 23:55:18 (16 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- test
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/CMakeLists.txt
r225 r441 17 17 kruskal_test 18 18 maps_test 19 radix_sort_test 19 20 random_test 20 21 path_test -
test/Makefile.am
r228 r441 20 20 test/kruskal_test \ 21 21 test/maps_test \ 22 test/radix_sort_test \ 22 23 test/random_test \ 23 24 test/path_test \ … … 44 45 test_maps_test_SOURCES = test/maps_test.cc 45 46 test_path_test_SOURCES = test/path_test.cc 47 test_radix_sort_test_SOURCES = test/radix_sort_test.cc 46 48 test_random_test_SOURCES = test/random_test.cc 47 49 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset
for help on using the changeset viewer.