test/CMakeLists.txt
changeset 465 2b5496c62ccd
parent 445 75a5df083951
child 467 a1155a9e8e09
     1.1 --- a/test/CMakeLists.txt	Mon Jan 12 08:05:30 2009 +0100
     1.2 +++ b/test/CMakeLists.txt	Mon Jan 12 08:18:04 2009 +0100
     1.3 @@ -3,6 +3,7 @@
     1.4  LINK_DIRECTORIES(${CMAKE_BINARY_DIR}/lemon)
     1.5  
     1.6  SET(TESTS
     1.7 +  adaptors_test
     1.8    bfs_test
     1.9    circulation_test
    1.10    counter_test
    1.11 @@ -11,7 +12,6 @@
    1.12    dijkstra_test
    1.13    dim_test
    1.14    error_test
    1.15 -  graph_adaptor_test
    1.16    graph_copy_test
    1.17    graph_test
    1.18    graph_utils_test