test/Makefile.am
changeset 892 02109e17027f
parent 861 30cb42e3e43a
parent 840 7c0ad6bd6a63
child 953 d8ea85825e02
equal deleted inserted replaced
57:c70cd4f2424e 58:0d6048b8dd1f
       
     1 if USE_VALGRIND
       
     2 TESTS_ENVIRONMENT=$(top_srcdir)/scripts/valgrind-wrapper.sh
       
     3 endif
       
     4 
     1 EXTRA_DIST += \
     5 EXTRA_DIST += \
     2 	test/CMakeLists.txt
     6 	test/CMakeLists.txt
     3 
     7 
     4 noinst_HEADERS += \
     8 noinst_HEADERS += \
     5 	test/graph_test.h \
     9 	test/graph_test.h \
    28 	test/kruskal_test \
    32 	test/kruskal_test \
    29 	test/maps_test \
    33 	test/maps_test \
    30 	test/matching_test \
    34 	test/matching_test \
    31 	test/min_cost_arborescence_test \
    35 	test/min_cost_arborescence_test \
    32 	test/min_cost_flow_test \
    36 	test/min_cost_flow_test \
       
    37 	test/min_mean_cycle_test \
    33 	test/path_test \
    38 	test/path_test \
    34 	test/planarity_test \
    39 	test/planarity_test \
    35 	test/preflow_test \
    40 	test/preflow_test \
    36 	test/radix_sort_test \
    41 	test/radix_sort_test \
    37 	test/random_test \
    42 	test/random_test \
    77 test_maps_test_SOURCES = test/maps_test.cc
    82 test_maps_test_SOURCES = test/maps_test.cc
    78 test_mip_test_SOURCES = test/mip_test.cc
    83 test_mip_test_SOURCES = test/mip_test.cc
    79 test_matching_test_SOURCES = test/matching_test.cc
    84 test_matching_test_SOURCES = test/matching_test.cc
    80 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    85 test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    81 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    86 test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
       
    87 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    82 test_path_test_SOURCES = test/path_test.cc
    88 test_path_test_SOURCES = test/path_test.cc
    83 test_planarity_test_SOURCES = test/planarity_test.cc
    89 test_planarity_test_SOURCES = test/planarity_test.cc
    84 test_preflow_test_SOURCES = test/preflow_test.cc
    90 test_preflow_test_SOURCES = test/preflow_test.cc
    85 test_radix_sort_test_SOURCES = test/radix_sort_test.cc
    91 test_radix_sort_test_SOURCES = test/radix_sort_test.cc
    86 test_suurballe_test_SOURCES = test/suurballe_test.cc
    92 test_suurballe_test_SOURCES = test/suurballe_test.cc