COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r874 r917  
    3434        test/maps_test \
    3535        test/matching_test \
     36        test/max_cardinality_search_test \
     37        test/max_clique_test \
    3638        test/min_cost_arborescence_test \
    3739        test/min_cost_flow_test \
    3840        test/min_mean_cycle_test \
     41        test/nagamochi_ibaraki_test \
    3942        test/path_test \
    4043        test/planarity_test \
     
    8588test_mip_test_SOURCES = test/mip_test.cc
    8689test_matching_test_SOURCES = test/matching_test.cc
     90test_max_cardinality_search_test_SOURCES = test/max_cardinality_search_test.cc
     91test_max_clique_test_SOURCES = test/max_clique_test.cc
    8792test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    8893test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    8994test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
     95test_nagamochi_ibaraki_test_SOURCES = test/nagamochi_ibaraki_test.cc
    9096test_path_test_SOURCES = test/path_test.cc
    9197test_planarity_test_SOURCES = test/planarity_test.cc
Note: See TracChangeset for help on using the changeset viewer.