COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r874 r869  
    1 if USE_VALGRIND
    2 TESTS_ENVIRONMENT=$(top_srcdir)/scripts/valgrind-wrapper.sh
    3 endif
    4 
    51EXTRA_DIST += \
    62        test/CMakeLists.txt
     
    3632        test/min_cost_arborescence_test \
    3733        test/min_cost_flow_test \
    38         test/min_mean_cycle_test \
    3934        test/path_test \
    40         test/planarity_test \
    4135        test/preflow_test \
    4236        test/radix_sort_test \
     
    8781test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    8882test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    89 test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    9083test_path_test_SOURCES = test/path_test.cc
    91 test_planarity_test_SOURCES = test/planarity_test.cc
    9284test_preflow_test_SOURCES = test/preflow_test.cc
    9385test_radix_sort_test_SOURCES = test/radix_sort_test.cc
Note: See TracChangeset for help on using the changeset viewer.