Changeset 345:2f64c4a692a8 in lemon-main
- Timestamp:
- 10/28/08 19:39:53 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r337 r345 41 41 lemon/random.h \ 42 42 lemon/smart_graph.h \ 43 lemon/suurballe.h \ 43 44 lemon/time_measure.h \ 44 45 lemon/tolerance.h \ -
test/Makefile.am
r327 r345 1 1 EXTRA_DIST += \ 2 test/CMakeLists.txt 2 test/CMakeLists.txt \ 3 test/min_cost_flow_test.lgf 3 4 4 5 noinst_HEADERS += \ … … 23 24 test/random_test \ 24 25 test/path_test \ 26 test/suurballe_test \ 25 27 test/test_tools_fail \ 26 28 test/test_tools_pass \ … … 46 48 test_max_matching_test_SOURCES = test/max_matching_test.cc 47 49 test_path_test_SOURCES = test/path_test.cc 50 test_suurballe_test_SOURCES = test/suurballe_test.cc 48 51 test_random_test_SOURCES = test/random_test.cc 49 52 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset
for help on using the changeset viewer.