From: Jan-Simon Moeller Date: Wed, 1 Nov 2017 11:01:18 +0000 (+0000) Subject: Merge "Move scripts to test directory" X-Git-Tag: 4.99.2~10 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f4878f2907371ba611193dc75e4fea6c874540d7;hp=c0f383d989821c61872aaa38932fa7719dc97120;p=apps%2Fagl-service-windowmanager.git Merge "Move scripts to test directory" --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b2d47b..2d25e73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,7 +79,6 @@ set(SANITIZER_MODE "none" CACHE STRING "Build using a specific sanitizer (e.g. ' set(LINK_LIBCXX OFF CACHE BOOL "Link against LLVMs libc++") -add_subdirectory(scripts) add_subdirectory(src) install( diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt deleted file mode 100644 index 4dda1ce..0000000 --- a/scripts/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -install( - FILES wm-request - DESTINATION ${CMAKE_INSTALL_BINDIR} - PERMISSIONS WORLD_EXECUTE WORLD_READ OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE - COMPONENT "runtime") diff --git a/scripts/wm-request b/tests/wm-request similarity index 95% rename from scripts/wm-request rename to tests/wm-request index e7ecb87..fade547 100644 --- a/scripts/wm-request +++ b/tests/wm-request @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright (C) 2017 Mentor Graphics Development (Deutschland) GmbH +# Copyright (c) 2017 TOYOTA MOTOR CORPORATION # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.