X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CMakeLists.txt;h=c20c6bc1a58db28a0a3596ecc96a72de608ce9e4;hb=179d6ee91d19ffdc7de39f9e3f44f94047c98f11;hp=86ccb164387fc676537c9724bcbacadbaff47087;hpb=bd1412a1f1b76efd94ad65c7b916f6782d7f8a65;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 86ccb16..c20c6bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Samsung Electronics Co., Ltd All Rights Reserved +# Copyright (c) 2012-2015 Samsung Electronics Co., Ltd All Rights Reserved # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -72,6 +72,7 @@ ADD_DEFINITIONS("-Wno-deprecated-declarations") # No warnings abou STRING(REGEX MATCH "([^.]*)" API_VERSION "${VERSION}") ADD_DEFINITIONS("-DAPI_VERSION=\"$(API_VERSION)\"") ADD_DEFINITIONS("-DCYNARA_DB_DIR=\"${CYNARA_DB_DIR}\"") +ADD_DEFINITIONS("-DAPP_USER=\"${APP_USER}\"") IF(SMACK_ENABLE) ADD_DEFINITIONS("-DWRT_SMACK_ENABLED") @@ -79,8 +80,11 @@ ENDIF(SMACK_ENABLE) ############################# Targets names ################################### -# No target defined so far +SET(TARGET_CKM_TESTS "ckm-tests") +SET(TARGET_CKMI_TESTS "ckm-integration-tests") +SET(COMMON_TARGET_TEST "tests-common") ############################# subdirectories ################################## +ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(tests)