Changeset 441:4f7224faf3bd in lemon-main for test/Makefile.am
- Timestamp:
- 10/17/08 23:55:18 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.