COIN-OR::LEMON - Graph Library

Changeset 994:20ae244b4779 in lemon-main for test/CMakeLists.txt


Ignore:
Timestamp:
08/24/12 16:10:31 (12 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Parents:
992:78434a448b5e (diff), 993:157427808b40 (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 bugfix #447

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r974 r994  
    1414SET(TESTS
    1515  adaptors_test
     16  arc_look_up_test
    1617  bellman_ford_test
    1718  bfs_test
  • test/CMakeLists.txt

    r993 r994  
    1515  adaptors_test
    1616  arc_look_up_test
     17  bellman_ford_test
    1718  bfs_test
    1819  circulation_test
     
    2627  error_test
    2728  euler_test
     29  fractional_matching_test
    2830  gomory_hu_test
    2931  graph_copy_test
     
    3638  maps_test
    3739  matching_test
     40  max_cardinality_search_test
     41  max_clique_test
    3842  min_cost_arborescence_test
    3943  min_cost_flow_test
     44  min_mean_cycle_test
     45  nagamochi_ibaraki_test
    4046  path_test
     47  planarity_test
    4148  preflow_test
    4249  radix_sort_test
Note: See TracChangeset for help on using the changeset viewer.