X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CMakeLists.txt;h=8b76681002c9becdd96a48ac8eb0d2319aa9768c;hb=3cede32505ad7628b3b1edd0b35b1aef2ac51869;hp=45ef3a5955bf439c80ce78c849d95436c1c106e3;hpb=4142add0b59648154b7020e3906ff33c7e082738;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 45ef3a5..8b76681 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. @@ -80,8 +80,10 @@ ENDIF(SMACK_ENABLE) ############################# Targets names ################################### -# No target defined so far +SET(TARGET_CKM_TESTS "ckm-tests") +SET(COMMON_TARGET_TEST "tests-common") ############################# subdirectories ################################## +ADD_SUBDIRECTORY(src) ADD_SUBDIRECTORY(tests)