Move test framework from wrt-commons to security-tests
[platform/core/test/security-tests.git] / tests / libprivilege-control-tests / CMakeLists.txt
index 9bd88ba..7a6e956 100644 (file)
@@ -61,7 +61,6 @@ SET(LPC_TARGET_TEST "libprivilege-control-test")
 PKG_CHECK_MODULES(LPC_TARGET_DEP
     libsmack
     libprivilege-control
-    dpl-test-efl
     sqlite3
     libtzplatform-config
     REQUIRED
@@ -99,6 +98,7 @@ ADD_EXECUTABLE(${LPC_TARGET_TEST} ${LPC_TARGET_TEST_SOURCES})
 #linker directories
 TARGET_LINK_LIBRARIES(${LPC_TARGET_TEST}
     ${LPC_TARGET_DEP_LIBRARIES}
+    dpl-test-framework
     tests-common
     -lcrypt
     )