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

set(TestsExpectedToPass
	test_ccnx_PortalFactory
   	test_ccnx_PortalAPI
)

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