aboutsummaryrefslogtreecommitdiffstats
path: root/metis/ccnx/forwarder/metis/strategies/test/CMakeLists.txt
blob: 5e4f69282e5a8fa2d15b993bc154ff6c35316772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Enable gcov output for the tests
add_definitions(--coverage)
set(CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} " --coverage")

set(TestsExpectedToPass
  test_strategy_All
)

  
foreach(test ${TestsExpectedToPass})
   AddTest(${test})
endforeach()