Changeset 389:660db48f324f in lemon-main
- Timestamp:
- 11/21/08 15:11:29 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r384 r389 43 43 lemon/nauty_reader.h \ 44 44 lemon/path.h \ 45 lemon/preflow.h \ 45 46 lemon/random.h \ 46 47 lemon/smart_graph.h \ -
test/Makefile.am
r345 r389 1 1 EXTRA_DIST += \ 2 2 test/CMakeLists.txt \ 3 test/min_cost_flow_test.lgf 3 test/min_cost_flow_test.lgf \ 4 test/preflow_graph.lgf 4 5 5 6 noinst_HEADERS += \ … … 24 25 test/random_test \ 25 26 test/path_test \ 27 test/preflow_test \ 26 28 test/suurballe_test \ 27 29 test/test_tools_fail \ … … 48 50 test_max_matching_test_SOURCES = test/max_matching_test.cc 49 51 test_path_test_SOURCES = test/path_test.cc 52 test_preflow_test_SOURCES = test/preflow_test.cc 50 53 test_suurballe_test_SOURCES = test/suurballe_test.cc 51 54 test_random_test_SOURCES = test/random_test.cc
Note: See TracChangeset
for help on using the changeset viewer.