COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r458 r467  
    77
    88check_PROGRAMS += \
     9        test/adaptors_test \
    910        test/bfs_test \
    1011        test/circulation_test \
     
    1516        test/dim_test \
    1617        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
     46test_adaptors_test_SOURCES = test/adaptors_test.cc
    4647test_bfs_test_SOURCES = test/bfs_test.cc
    4748test_circulation_test_SOURCES = test/circulation_test.cc
     
    5253test_dim_test_SOURCES = test/dim_test.cc
    5354test_error_test_SOURCES = test/error_test.cc
    54 test_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.