test/CMakeLists.txt
changeset 994 20ae244b4779
parent 974 b1744d7bdb47
parent 993 157427808b40
child 1000 404b98971e1f
equal deleted inserted replaced
64:c7a8614cb5c0 66:499a1d5f9e47
    11   "Run the test with valgrind (YES/NO).")
    11   "Run the test with valgrind (YES/NO).")
    12 SET(VALGRIND_FLAGS "" CACHE STRING "Valgrind flags used by the tests.")
    12 SET(VALGRIND_FLAGS "" CACHE STRING "Valgrind flags used by the tests.")
    13 
    13 
    14 SET(TESTS
    14 SET(TESTS
    15   adaptors_test
    15   adaptors_test
       
    16   arc_look_up_test
    16   bellman_ford_test
    17   bellman_ford_test
    17   bfs_test
    18   bfs_test
    18   circulation_test
    19   circulation_test
    19   connectivity_test
    20   connectivity_test
    20   counter_test
    21   counter_test