COIN-OR::LEMON - Graph Library

Changeset 469:04c0631fd332 in lemon-main for test/CMakeLists.txt


Ignore:
Timestamp:
01/12/09 14:37:37 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
470:81627fa1b007, 515:c35afa9e89e7
Parents:
467:a1155a9e8e09 (diff), 468:68fe66e2b34a (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/CMakeLists.txt

    r467 r469  
    1313  dim_test
    1414  error_test
     15  edge_set_test
    1516  graph_copy_test
    1617  graph_test
  • test/CMakeLists.txt

    r468 r469  
    44
    55SET(TESTS
     6  adaptors_test
    67  bfs_test
     8  circulation_test
    79  counter_test
    810  dfs_test
     
    1820  heap_test
    1921  kruskal_test
     22  lp_test
     23  mip_test
    2024  maps_test
    2125  max_matching_test
     26  radix_sort_test
     27  path_test
     28  preflow_test
    2229  random_test
    23   path_test
     30  suurballe_test
    2431  time_measure_test
    2532  unionfind_test)
Note: See TracChangeset for help on using the changeset viewer.