Changes in test/Makefile.am [874:d8ea85825e02:869:636dadefe1e6] in lemon-1.2
- File:
-
- 1 edited
-
test/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
r874 r869 1 if USE_VALGRIND2 TESTS_ENVIRONMENT=$(top_srcdir)/scripts/valgrind-wrapper.sh3 endif4 5 1 EXTRA_DIST += \ 6 2 test/CMakeLists.txt … … 36 32 test/min_cost_arborescence_test \ 37 33 test/min_cost_flow_test \ 38 test/min_mean_cycle_test \39 34 test/path_test \ 40 test/planarity_test \41 35 test/preflow_test \ 42 36 test/radix_sort_test \ … … 87 81 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc 88 82 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc 89 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc90 83 test_path_test_SOURCES = test/path_test.cc 91 test_planarity_test_SOURCES = test/planarity_test.cc92 84 test_preflow_test_SOURCES = test/preflow_test.cc 93 85 test_radix_sort_test_SOURCES = test/radix_sort_test.cc
Note: See TracChangeset
for help on using the changeset viewer.

