aboutsummaryrefslogtreecommitdiffstats
path: root/libccnx-portal/ccnx/api/ccnx_Portal/test/CMakeLists.txt
blob: 88ce6f1a8f20f268cf92d780b6d27a1a362fbc20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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()