test/Makefile.am
changeset 863 6be1f9bd2ac0
parent 861 30cb42e3e43a
parent 840 7c0ad6bd6a63
child 953 d8ea85825e02
     1.1 --- a/test/Makefile.am	Sun Oct 04 10:15:32 2009 +0200
     1.2 +++ b/test/Makefile.am	Wed Dec 09 11:14:06 2009 +0100
     1.3 @@ -1,3 +1,7 @@
     1.4 +if USE_VALGRIND
     1.5 +TESTS_ENVIRONMENT=$(top_srcdir)/scripts/valgrind-wrapper.sh
     1.6 +endif
     1.7 +
     1.8  EXTRA_DIST += \
     1.9  	test/CMakeLists.txt
    1.10  
    1.11 @@ -30,6 +34,7 @@
    1.12  	test/matching_test \
    1.13  	test/min_cost_arborescence_test \
    1.14  	test/min_cost_flow_test \
    1.15 +	test/min_mean_cycle_test \
    1.16  	test/path_test \
    1.17  	test/planarity_test \
    1.18  	test/preflow_test \
    1.19 @@ -79,6 +84,7 @@
    1.20  test_matching_test_SOURCES = test/matching_test.cc
    1.21  test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    1.22  test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    1.23 +test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    1.24  test_path_test_SOURCES = test/path_test.cc
    1.25  test_planarity_test_SOURCES = test/planarity_test.cc
    1.26  test_preflow_test_SOURCES = test/preflow_test.cc