COIN-OR::LEMON - Graph Library

Changeset 445:75a5df083951 in lemon-main for test/CMakeLists.txt


Ignore:
Timestamp:
01/08/09 18:19:26 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Parents:
440:88ed40ad0d4f (diff), 444:ba49101c9b07 (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

    r424 r445  
    2121  maps_test
    2222  max_matching_test
     23  radix_sort_test
    2324  path_test
    2425  preflow_test
  • test/CMakeLists.txt

    r441 r445  
    55SET(TESTS
    66  bfs_test
     7  circulation_test
    78  counter_test
    89  dfs_test
     
    1112  dim_test
    1213  error_test
     14  graph_adaptor_test
    1315  graph_copy_test
    1416  graph_test
    1517  graph_utils_test
     18  hao_orlin_test
    1619  heap_test
    1720  kruskal_test
    1821  maps_test
     22  max_matching_test
    1923  radix_sort_test
     24  path_test
     25  preflow_test
    2026  random_test
    21   path_test
     27  suurballe_test
    2228  time_measure_test
    2329  unionfind_test)
Note: See TracChangeset for help on using the changeset viewer.