diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-23 17:48:11 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-01 11:00:46 +0000 |
commit | cba0d1993fb16e77b74c9d9ef240f817aa8dc6ba (patch) | |
tree | 705fb060566d5cbed7ea8ab8db690daf494a7e7b /scripts/CMakeLists.txt | |
parent | eb7fc4eb593d723f1ac2ed4e5b523afd34e992ac (diff) |
Move scripts to test directory
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>
Diffstat (limited to 'scripts/CMakeLists.txt')
-rw-r--r-- | scripts/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
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") |