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

set(TestsExpectedToPass
	test_ccnx_Portal
	test_ccnx_PortalFactory
	test_ccnx_PortalStack
   	test_ccnx_PortalAPI
	test_ccnx_PortalRTA
	test_ccnx_PortalAnchor
)

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