Changes in test/Makefile.am [404:59d3aa4f921f:400:fa341dd6ab23] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r404 r400 1 1 EXTRA_DIST += \ 2 2 test/CMakeLists.txt \ 3 test/min_cost_flow_test.lgf \ 4 test/preflow_graph.lgf 3 test/min_cost_flow_test.lgf 5 4 6 5 noinst_HEADERS += \ … … 26 25 test/random_test \ 27 26 test/path_test \ 28 test/preflow_test \29 27 test/suurballe_test \ 30 28 test/test_tools_fail \ … … 52 50 test_max_matching_test_SOURCES = test/max_matching_test.cc 53 51 test_path_test_SOURCES = test/path_test.cc 54 test_preflow_test_SOURCES = test/preflow_test.cc55 52 test_suurballe_test_SOURCES = test/suurballe_test.cc 56 53 test_random_test_SOURCES = test/random_test.cc
Note: See TracChangeset
for help on using the changeset viewer.