aboutsummaryrefslogtreecommitdiffstats
path: root/libccnx-transport-rta/ccnx/api/notify/test/CMakeLists.txt
blob: 97b1460237466af442b829832519e3c9f7dff39a (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_notify_Status
)

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