Changeset 501:7f8560cb9d65 in lemon-main
- Timestamp:
- 12/02/08 23:33:47 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r418 r501 45 45 lemon/math.h \ 46 46 lemon/max_matching.h \ 47 lemon/min_cost_arborescence.h \ 47 48 lemon/nauty_reader.h \ 48 49 lemon/path.h \ -
test/CMakeLists.txt
r410 r501 19 19 maps_test 20 20 max_matching_test 21 min_cost_arborescence_test 21 22 random_test 22 23 path_test -
test/Makefile.am
r418 r501 26 26 test/maps_test \ 27 27 test/max_matching_test \ 28 test/min_cost_arborescence_test \ 28 29 test/random_test \ 29 30 test/path_test \ … … 55 56 test_maps_test_SOURCES = test/maps_test.cc 56 57 test_max_matching_test_SOURCES = test/max_matching_test.cc 58 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc 57 59 test_path_test_SOURCES = test/path_test.cc 58 60 test_preflow_test_SOURCES = test/preflow_test.cc
Note: See TracChangeset
for help on using the changeset viewer.