test/CMakeLists.txt
changeset 488 2b5496c62ccd
parent 468 75a5df083951
child 490 a1155a9e8e09
equal deleted inserted replaced
11:f6c4b1bccc76 13:1e9be7baa3ae
     1 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})
     1 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})
     2 
     2 
     3 LINK_DIRECTORIES(${CMAKE_BINARY_DIR}/lemon)
     3 LINK_DIRECTORIES(${CMAKE_BINARY_DIR}/lemon)
     4 
     4 
     5 SET(TESTS
     5 SET(TESTS
       
     6   adaptors_test
     6   bfs_test
     7   bfs_test
     7   circulation_test
     8   circulation_test
     8   counter_test
     9   counter_test
     9   dfs_test
    10   dfs_test
    10   digraph_test
    11   digraph_test
    11   dijkstra_test
    12   dijkstra_test
    12   dim_test
    13   dim_test
    13   error_test
    14   error_test
    14   graph_adaptor_test
       
    15   graph_copy_test
    15   graph_copy_test
    16   graph_test
    16   graph_test
    17   graph_utils_test
    17   graph_utils_test
    18   hao_orlin_test
    18   hao_orlin_test
    19   heap_test
    19   heap_test