Move test framework from wrt-commons to security-tests
[platform/core/test/security-tests.git] / tests / security-manager-tests / CMakeLists.txt
index 066bfcb..ae894b5 100644 (file)
@@ -27,8 +27,7 @@ PKG_CHECK_MODULES(SEC_MGR_TESTS_DEP
     libprivilege-control
     security-manager
     libtzplatform-config
-    sqlite3
-    dpl-test-efl)
+    sqlite3)
 
 
 SET(TARGET_SEC_MGR_TESTS "security-manager-tests")
@@ -53,7 +52,9 @@ ADD_EXECUTABLE(${TARGET_SEC_MGR_TESTS} ${SEC_MGR_SOURCES})
 
 TARGET_LINK_LIBRARIES(${TARGET_SEC_MGR_TESTS}
     ${SEC_MGR_TESTS_DEP_LIBRARIES}
-    tests-common)
+    dpl-test-framework
+    tests-common
+    )
 
 INSTALL(TARGETS ${TARGET_SEC_MGR_TESTS} DESTINATION /usr/bin)