COIN-OR::LEMON - Graph Library

Changeset 1021:4980b05606bd in lemon for test/Makefile.am


Ignore:
Timestamp:
11/16/10 07:46:01 (14 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
1022:8583fb74238c, 1025:140c953ad5d1, 1199:ae0b056593a7
Parents:
1020:70bee017b584 (diff), 1019:234d635ad721 (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

    r1017 r1021  
    3434        test/maps_test \
    3535        test/matching_test \
     36        test/max_cardinality_search_test \
    3637        test/max_clique_test \
    3738        test/min_cost_arborescence_test \
     
    8788test_mip_test_SOURCES = test/mip_test.cc
    8889test_matching_test_SOURCES = test/matching_test.cc
     90test_max_cardinality_search_test_SOURCES = test/max_cardinality_search_test.cc
    8991test_max_clique_test_SOURCES = test/max_clique_test.cc
    9092test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
  • test/Makefile.am

    r1020 r1021  
    3939        test/min_cost_flow_test \
    4040        test/min_mean_cycle_test \
     41        test/nagamochi_ibaraki_test \
    4142        test/path_test \
    4243        test/planarity_test \
     
    9293test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    9394test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
     95test_nagamochi_ibaraki_test_SOURCES = test/nagamochi_ibaraki_test.cc
    9496test_path_test_SOURCES = test/path_test.cc
    9597test_planarity_test_SOURCES = test/planarity_test.cc
Note: See TracChangeset for help on using the changeset viewer.