From cdd6b2a782f50d635e5da73dd94ce39508ddcf19 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Sat, 29 Apr 2017 20:39:24 +0200 Subject: Adding support for dev and doc packages. Change-Id: Ie084c1db30436d754a6e3e0045c9659ef24603c9 Signed-off-by: Mauro Sardara --- libccnx-portal/ccnx/api/ccnx_Portal/test/CMakeLists.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'libccnx-portal/ccnx/api/ccnx_Portal/test') diff --git a/libccnx-portal/ccnx/api/ccnx_Portal/test/CMakeLists.txt b/libccnx-portal/ccnx/api/ccnx_Portal/test/CMakeLists.txt index 88ce6f1a..9c2a94ff 100644 --- a/libccnx-portal/ccnx/api/ccnx_Portal/test/CMakeLists.txt +++ b/libccnx-portal/ccnx/api/ccnx_Portal/test/CMakeLists.txt @@ -3,15 +3,14 @@ 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_Portal + test_ccnx_PortalFactory + test_ccnx_PortalStack + test_ccnx_PortalAPI + test_ccnx_PortalRTA test_ccnx_PortalAnchor ) - foreach(test ${TestsExpectedToPass}) AddTest(${test}) endforeach() -- cgit 1.2.3-korg