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

