COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r869 r874  
     1if USE_VALGRIND
     2TESTS_ENVIRONMENT=$(top_srcdir)/scripts/valgrind-wrapper.sh
     3endif
     4
    15EXTRA_DIST += \
    26        test/CMakeLists.txt
     
    3236        test/min_cost_arborescence_test \
    3337        test/min_cost_flow_test \
     38        test/min_mean_cycle_test \
    3439        test/path_test \
     40        test/planarity_test \
    3541        test/preflow_test \
    3642        test/radix_sort_test \
     
    8187test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    8288test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
     89test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    8390test_path_test_SOURCES = test/path_test.cc
     91test_planarity_test_SOURCES = test/planarity_test.cc
    8492test_preflow_test_SOURCES = test/preflow_test.cc
    8593test_radix_sort_test_SOURCES = test/radix_sort_test.cc
Note: See TracChangeset for help on using the changeset viewer.