COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r467 r458  
    77
    88check_PROGRAMS += \
    9         test/adaptors_test \
    109        test/bfs_test \
    1110        test/circulation_test \
     
    1615        test/dim_test \
    1716        test/error_test \
     17        test/graph_adaptor_test \
    1818        test/graph_copy_test \
    1919        test/graph_test \
     
    4444XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
    4545
    46 test_adaptors_test_SOURCES = test/adaptors_test.cc
    4746test_bfs_test_SOURCES = test/bfs_test.cc
    4847test_circulation_test_SOURCES = test/circulation_test.cc
     
    5352test_dim_test_SOURCES = test/dim_test.cc
    5453test_error_test_SOURCES = test/error_test.cc
     54test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc
    5555test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    5656test_graph_test_SOURCES = test/graph_test.cc
Note: See TracChangeset for help on using the changeset viewer.