summaryrefslogtreecommitdiff
path: root/compiler/tf2tflite
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-07-24 11:59:51 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2019-07-24 11:59:51 +0900
commitd7a0d961c587090c74e37b9ee99a804abb68ad4f (patch)
tree049f0e3c89fb640344501d35dcd1ae92743fac7a /compiler/tf2tflite
parent7a5a112e9f6864dbf7ae6123658f7c25654d5cca (diff)
downloadnnfw-d7a0d961c587090c74e37b9ee99a804abb68ad4f.tar.gz
nnfw-d7a0d961c587090c74e37b9ee99a804abb68ad4f.tar.bz2
nnfw-d7a0d961c587090c74e37b9ee99a804abb68ad4f.zip
Rename scripts with execution permission (#5801)
Rename to have extension '.sh' if script file has execution permission Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'compiler/tf2tflite')
-rw-r--r--compiler/tf2tflite/CMakeLists.txt4
-rwxr-xr-xcompiler/tf2tflite/testall.sh (renamed from compiler/tf2tflite/testall)0
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler/tf2tflite/CMakeLists.txt b/compiler/tf2tflite/CMakeLists.txt
index 5ba5b11d9..54d1d0107 100644
--- a/compiler/tf2tflite/CMakeLists.txt
+++ b/compiler/tf2tflite/CMakeLists.txt
@@ -106,8 +106,8 @@ endforeach(PREFIX)
##
## Copy testall
##
-set(TEST_RUNNER "${CMAKE_CURRENT_BINARY_DIR}/testall")
-set(TEST_RUNNER_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}/testall")
+set(TEST_RUNNER "${CMAKE_CURRENT_BINARY_DIR}/testall.sh")
+set(TEST_RUNNER_SOURCE "${CMAKE_CURRENT_SOURCE_DIR}/testall.sh")
add_custom_command(
OUTPUT ${TEST_RUNNER}
diff --git a/compiler/tf2tflite/testall b/compiler/tf2tflite/testall.sh
index f92c9ede0..f92c9ede0 100755
--- a/compiler/tf2tflite/testall
+++ b/compiler/tf2tflite/testall.sh