aboutsummaryrefslogtreecommitdiffstats
path: root/libccnx-transport-rta/ccnx/transport/common/test/CMakeLists.txt
blob: c964fc696ba502953d59a6a73ca2187e7be3ff26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Enable gcov output for the tests
add_definitions(--coverage)
set(CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} " --coverage")

set(TestsExpectedToPass
	test_transport_MetaMessage 
	test_ccnx_ConnectionConfig 
	test_ccnx_StackConfig 
	test_ccnx_TransportConfig
)

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