Changeset 326:64ad48007fb2 in lemon-main
- Timestamp:
- 10/13/08 13:56:00 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r259 r326 36 36 lemon/maps.h \ 37 37 lemon/math.h \ 38 lemon/max_matching.h \ 38 39 lemon/path.h \ 39 40 lemon/random.h \ -
test/CMakeLists.txt
r225 r326 17 17 kruskal_test 18 18 maps_test 19 max_matching_test 20 max_weighted_matching_test 19 21 random_test 20 22 path_test -
test/Makefile.am
r228 r326 20 20 test/kruskal_test \ 21 21 test/maps_test \ 22 test/max_matching_test \ 23 test/max_weighted_matching_test \ 22 24 test/random_test \ 23 25 test/path_test \ … … 43 45 test_kruskal_test_SOURCES = test/kruskal_test.cc 44 46 test_maps_test_SOURCES = test/maps_test.cc 47 test_max_matching_test_SOURCES = test/max_matching_test.cc 48 test_max_weighted_matching_test_SOURCES = test/max_weighted_matching_test.cc 45 49 test_path_test_SOURCES = test/path_test.cc 46 50 test_random_test_SOURCES = test/random_test.cc
Note: See TracChangeset
for help on using the changeset viewer.