Move scripts to test directory
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Mon, 23 Oct 2017 08:48:11 +0000 (17:48 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 1 Nov 2017 11:00:46 +0000 (11:00 +0000)
This scripts are not needed anymore
They were used for testing

[Pach Sets 2]
Add tests directory
 After discussing, it became better to leave the test script.
 Then, rename the directory name from "scripts" to "tests".
 Move the test script to "tests" directory.

Change-Id: I072b1087ef4804ae6877bb2c864a94da799141f1
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
CMakeLists.txt
scripts/CMakeLists.txt [deleted file]
tests/wm-request [moved from scripts/wm-request with 95% similarity]

index 0b2d47b..2d25e73 100644 (file)
@@ -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 (file)
index 4dda1ce..0000000
+++ /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")
similarity index 95%
rename from scripts/wm-request
rename to tests/wm-request
index e7ecb87..fade547 100644 (file)
@@ -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.