COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r228 r424  
    88check_PROGRAMS += \
    99        test/bfs_test \
     10        test/circulation_test \
    1011        test/counter_test \
    1112        test/dfs_test \
     
    1415        test/dim_test \
    1516        test/error_test \
     17        test/graph_adaptor_test \
    1618        test/graph_copy_test \
    1719        test/graph_test \
    1820        test/graph_utils_test \
     21        test/hao_orlin_test \
    1922        test/heap_test \
    2023        test/kruskal_test \
    2124        test/maps_test \
     25        test/max_matching_test \
     26        test/path_test \
     27        test/preflow_test \
    2228        test/random_test \
    23         test/path_test \
     29        test/suurballe_test \
    2430        test/test_tools_fail \
    2531        test/test_tools_pass \
     
    3137
    3238test_bfs_test_SOURCES = test/bfs_test.cc
     39test_circulation_test_SOURCES = test/circulation_test.cc
    3340test_counter_test_SOURCES = test/counter_test.cc
    3441test_dfs_test_SOURCES = test/dfs_test.cc
     
    3744test_dim_test_SOURCES = test/dim_test.cc
    3845test_error_test_SOURCES = test/error_test.cc
     46test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc
    3947test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    4048test_graph_test_SOURCES = test/graph_test.cc
     
    4250test_heap_test_SOURCES = test/heap_test.cc
    4351test_kruskal_test_SOURCES = test/kruskal_test.cc
     52test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    4453test_maps_test_SOURCES = test/maps_test.cc
     54test_max_matching_test_SOURCES = test/max_matching_test.cc
    4555test_path_test_SOURCES = test/path_test.cc
     56test_preflow_test_SOURCES = test/preflow_test.cc
     57test_suurballe_test_SOURCES = test/suurballe_test.cc
    4658test_random_test_SOURCES = test/random_test.cc
    4759test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset for help on using the changeset viewer.