Changeset 441:4f7224faf3bd in lemon-1.2
- Timestamp:
- 10/17/08 23:55:18 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r259 r441 37 37 lemon/math.h \ 38 38 lemon/path.h \ 39 lemon/radix_sort.h \ 39 40 lemon/random.h \ 40 41 lemon/smart_graph.h \ -
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.