From: jin-gyu.kim Date: Tue, 27 Sep 2016 03:59:12 +0000 (+0900) Subject: Fix the type in CMakeLists of security-test. X-Git-Tag: tizen/20160930.012757~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58eba6323ac1ccc9ee9b3dfeab6fcfbc63d12a5d;p=platform%2Fcore%2Fsecurity%2Fsecurity-config.git Fix the type in CMakeLists of security-test. Change-Id: I38d56609afbc0e08252338152288185a9b1028dd --- diff --git a/test/root_test/CMakeLists.txt b/test/root_test/CMakeLists.txt index 105e17c..562844b 100755 --- a/test/root_test/CMakeLists.txt +++ b/test/root_test/CMakeLists.txt @@ -39,7 +39,7 @@ ELSEIF("${ARCH}" STREQUAL "x86_64") FILE(GLOB W_ROOT_DAEMON_LIST "${CMAKE_SOURCE_DIR}/test/root_test/list/emul/wearable/root_daemon_list") ENDIF() INSTALL(FILES - ${W_SHELL_SCRIPT} + ${SHELL_SCRIPT} ${W_EXCEPTION_LIST} ${W_NON_DAEMON_LIST} ${W_NON_ROOT_LIST}