aboutsummaryrefslogtreecommitdiffstats
path: root/libccnx-transport-rta/ccnx/transport/transport_rta/components/test/CMakeLists.txt
blob: 0b4416f7eb2bdc34f0e3be1d3011cd7caf9134b0 (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_codec_Signing 
	test_component_Codec_Tlv 
	test_component_Codec_Tlv_Hmac 
	test_component_Testing
)

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