COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r228 r389  
    11EXTRA_DIST += \
    2         test/CMakeLists.txt
     2        test/CMakeLists.txt \
     3        test/min_cost_flow_test.lgf \
     4        test/preflow_graph.lgf
    35
    46noinst_HEADERS += \
     
    2022        test/kruskal_test \
    2123        test/maps_test \
     24        test/max_matching_test \
    2225        test/random_test \
    2326        test/path_test \
     27        test/preflow_test \
     28        test/suurballe_test \
    2429        test/test_tools_fail \
    2530        test/test_tools_pass \
     
    4348test_kruskal_test_SOURCES = test/kruskal_test.cc
    4449test_maps_test_SOURCES = test/maps_test.cc
     50test_max_matching_test_SOURCES = test/max_matching_test.cc
    4551test_path_test_SOURCES = test/path_test.cc
     52test_preflow_test_SOURCES = test/preflow_test.cc
     53test_suurballe_test_SOURCES = test/suurballe_test.cc
    4654test_random_test_SOURCES = test/random_test.cc
    4755test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset for help on using the changeset viewer.