COIN-OR::LEMON - Graph Library

Changeset 434:ad483acf1654 in lemon for test/Makefile.am


Ignore:
Timestamp:
12/02/08 16:33:22 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
435:9afe81e4c543, 437:6a2a33ad261b, 451:09e416d35896, 469:d369e885d196, 522:7f8560cb9d65
Parents:
429:d8b87e9b90c3 (diff), 433:6ff53afe98b5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r426 r434  
    1717        test/dim_test \
    1818        test/error_test \
     19        test/graph_adaptor_test \
    1920        test/graph_copy_test \
    2021        test/graph_test \
     
    4546test_dim_test_SOURCES = test/dim_test.cc
    4647test_error_test_SOURCES = test/error_test.cc
     48test_graph_adaptor_test_SOURCES = test/graph_adaptor_test.cc
    4749test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    4850test_graph_test_SOURCES = test/graph_test.cc
  • test/Makefile.am

    r430 r434  
    1010check_PROGRAMS += \
    1111        test/bfs_test \
     12        test/circulation_test \
    1213        test/counter_test \
    1314        test/dfs_test \
     
    2223        test/heap_test \
    2324        test/kruskal_test \
     25        test/hao_orlin_test \
    2426        test/maps_test \
    2527        test/max_matching_test \
     
    3739
    3840test_bfs_test_SOURCES = test/bfs_test.cc
     41test_circulation_test_SOURCES = test/circulation_test.cc
    3942test_counter_test_SOURCES = test/counter_test.cc
    4043test_dfs_test_SOURCES = test/dfs_test.cc
     
    4952test_heap_test_SOURCES = test/heap_test.cc
    5053test_kruskal_test_SOURCES = test/kruskal_test.cc
     54test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    5155test_maps_test_SOURCES = test/maps_test.cc
    5256test_max_matching_test_SOURCES = test/max_matching_test.cc
Note: See TracChangeset for help on using the changeset viewer.