COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r400 r404  
    11EXTRA_DIST += \
    22        test/CMakeLists.txt \
    3         test/min_cost_flow_test.lgf
     3        test/min_cost_flow_test.lgf \
     4        test/preflow_graph.lgf
    45
    56noinst_HEADERS += \
     
    2526        test/random_test \
    2627        test/path_test \
     28        test/preflow_test \
    2729        test/suurballe_test \
    2830        test/test_tools_fail \
     
    5052test_max_matching_test_SOURCES = test/max_matching_test.cc
    5153test_path_test_SOURCES = test/path_test.cc
     54test_preflow_test_SOURCES = test/preflow_test.cc
    5255test_suurballe_test_SOURCES = test/suurballe_test.cc
    5356test_random_test_SOURCES = test/random_test.cc
Note: See TracChangeset for help on using the changeset viewer.