COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r424 r228  
    88check_PROGRAMS += \
    99        test/bfs_test \
    10         test/circulation_test \
    1110        test/counter_test \
    1211        test/dfs_test \
     
    1514        test/dim_test \
    1615        test/error_test \
    17         test/graph_adaptor_test \
    1816        test/graph_copy_test \
    1917        test/graph_test \
    2018        test/graph_utils_test \
    21         test/hao_orlin_test \
    2219        test/heap_test \
    2320        test/kruskal_test \
    2421        test/maps_test \
    25         test/max_matching_test \
     22        test/random_test \
    2623        test/path_test \
    27         test/preflow_test \
    28         test/random_test \
    29         test/suurballe_test \
    3024        test/test_tools_fail \
    3125        test/test_tools_pass \
     
    3731
    3832test_bfs_test_SOURCES = test/bfs_test.cc
    39 test_circulation_test_SOURCES = test/circulation_test.cc
    4033test_counter_test_SOURCES = test/counter_test.cc
    4134test_dfs_test_SOURCES = test/dfs_test.cc
     
    4437test_dim_test_SOURCES = test/dim_test.cc
    4538test_error_test_SOURCES = test/error_test.cc
    46 test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc
    4739test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    4840test_graph_test_SOURCES = test/graph_test.cc
     
    5042test_heap_test_SOURCES = test/heap_test.cc
    5143test_kruskal_test_SOURCES = test/kruskal_test.cc
    52 test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    5344test_maps_test_SOURCES = test/maps_test.cc
    54 test_max_matching_test_SOURCES = test/max_matching_test.cc
    5545test_path_test_SOURCES = test/path_test.cc
    56 test_preflow_test_SOURCES = test/preflow_test.cc
    57 test_suurballe_test_SOURCES = test/suurballe_test.cc
    5846test_random_test_SOURCES = test/random_test.cc
    5947test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset for help on using the changeset viewer.