COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r611 r649  
    1010        test/bfs_test \
    1111        test/circulation_test \
     12        test/connectivity_test \
    1213        test/counter_test \
    1314        test/dfs_test \
     
    5556test_circulation_test_SOURCES = test/circulation_test.cc
    5657test_counter_test_SOURCES = test/counter_test.cc
     58test_connectivity_test_SOURCES = test/connectivity_test.cc
    5759test_dfs_test_SOURCES = test/dfs_test.cc
    5860test_digraph_test_SOURCES = test/digraph_test.cc
Note: See TracChangeset for help on using the changeset viewer.