test/CMakeLists.txt
changeset 424 346991bf7ddd
parent 410 eac19fb31a09
child 445 75a5df083951
     1.1 --- a/test/CMakeLists.txt	Mon Dec 08 15:18:04 2008 +0000
     1.2 +++ b/test/CMakeLists.txt	Mon Dec 08 12:29:00 2008 +0000
     1.3 @@ -4,12 +4,14 @@
     1.4  
     1.5  SET(TESTS
     1.6    bfs_test
     1.7 +  circulation_test
     1.8    counter_test
     1.9    dfs_test
    1.10    digraph_test
    1.11    dijkstra_test
    1.12    dim_test
    1.13    error_test
    1.14 +  graph_adaptor_test
    1.15    graph_copy_test
    1.16    graph_test
    1.17    graph_utils_test
    1.18 @@ -18,8 +20,10 @@
    1.19    kruskal_test
    1.20    maps_test
    1.21    max_matching_test
    1.22 +  path_test
    1.23 +  preflow_test
    1.24    random_test
    1.25 -  path_test
    1.26 +  suurballe_test
    1.27    time_measure_test
    1.28    unionfind_test)
    1.29