summaryrefslogtreecommitdiffstats
path: root/libccnx-transport-rta/ccnx/transport/transport_rta/connectors/test/CMakeLists.txt
blob: 85e4812fa4fc9acc8d55f193d0e4d2c5a6134979 (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_connector_Api 
	test_rta_ApiConnection 
	test_connector_Forwarder_Local 
	test_connector_Forwarder_Metis
)

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