Remove libsmack tests
[platform/core/test/security-tests.git] / src / CMakeLists.txt
index 9bba81d..736b6e8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2011-2015 Samsung Electronics Co., Ltd All Rights Reserved
+# Copyright (c) 2011-2020 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.
@@ -87,7 +87,6 @@ INSTALL(FILES
 
 IF(BUILD_CKM OR BUILD_SM OR BUILD_CYNARA OR BUILD_WEB)
     ADD_SUBDIRECTORY(common)
-    ADD_SUBDIRECTORY(libsmack-tests)
 ENDIF(BUILD_CKM OR BUILD_SM OR BUILD_CYNARA OR BUILD_WEB)
 
 IF(BUILD_CKM)
@@ -106,3 +105,15 @@ ENDIF(BUILD_CYNARA)
 IF(BUILD_WEB)
     ADD_SUBDIRECTORY(libwebappenc-tests)
 ENDIF(BUILD_WEB)
+
+IF(BUILD_YACA)
+    ADD_SUBDIRECTORY(yaca)
+ENDIF(BUILD_YACA)
+
+IF(BUILD_NETHER)
+    ADD_SUBDIRECTORY(nether-tests)
+ENDIF(BUILD_NETHER)
+
+IF(BUILD_ODE)
+    ADD_SUBDIRECTORY(ode)
+ENDIF(BUILD_ODE)