Update wrt-security_0.0.42
[framework/web/wrt-security.git] / tests / CMakeLists.txt
1 # Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
2 #
3 #    Licensed under the Apache License, Version 2.0 (the "License");
4 #    you may not use this file except in compliance with the License.
5 #    You may obtain a copy of the License at
6 #
7 #        http://www.apache.org/licenses/LICENSE-2.0
8 #
9 #    Unless required by applicable law or agreed to in writing, software
10 #    distributed under the License is distributed on an "AS IS" BASIS,
11 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 #    See the License for the specific language governing permissions and
13 #    limitations under the License.
14 #
15
16 ADD_SUBDIRECTORY(security_daemon_tests)
17 #TODO add support for unittests
18 ADD_SUBDIRECTORY(vcore)
19 ADD_SUBDIRECTORY(ace)
20 ADD_SUBDIRECTORY(ace_client)
21 ADD_SUBDIRECTORY(ace_install)
22 ADD_SUBDIRECTORY(ace_settings)
23 ADD_SUBDIRECTORY(geolocation_security)
24 ADD_SUBDIRECTORY(smack_security)
25
26 INSTALL(FILES ${PROJECT_SOURCE_DIR}/tests/wrt-tests-security-all.sh
27     DESTINATION bin
28     PERMISSIONS OWNER_READ
29                 OWNER_WRITE
30                 OWNER_EXECUTE
31                 GROUP_READ
32                 GROUP_EXECUTE
33                 WORLD_READ
34                 WORLD_EXECUTE
35     )