summaryrefslogtreecommitdiffstats
path: root/libccnx-transport-rta/ccnx/transport/transport_rta/test/CMakeLists.txt
blob: c52b01665ee63be9f6b71ad898a8ef0e7997d41f (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_multi_connections
  test_rta_Transport
)

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