test/CMakeLists.txt
branch1.2
changeset 1154 2da3de1c0ebe
parent 1122 0976225b5cae
parent 1149 157427808b40
child 1161 08712a8c3afe
equal deleted inserted replaced
69:26bc05da1c0b 72:2588e2d163dd
    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