summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-03-13 19:52:11 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2019-03-13 19:52:11 +0900
commit18c6af8c24bf10c1b43a1bb06ed81f5f8bfd0de2 (patch)
tree31fb6d37917bf4348dec127fe47d8e65688d75d7 /Makefile
parentdb571ce2f2a414972e93eede83ad71164428fd66 (diff)
downloadnnfw-18c6af8c24bf10c1b43a1bb06ed81f5f8bfd0de2.tar.gz
nnfw-18c6af8c24bf10c1b43a1bb06ed81f5f8bfd0de2.tar.bz2
nnfw-18c6af8c24bf10c1b43a1bb06ed81f5f8bfd0de2.zip
Remove testbuild in Makefile (#4693)
Remove deprecated build option testbuild Now svace and coverity use make all Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 9fd12d664..0d2f8fea2 100644
--- a/Makefile
+++ b/Makefile
@@ -116,8 +116,6 @@ distclean:
runtime: runtime_build_internal
-testbuild: test_build_internal
-
tflite: tflite_build_internal
###
@@ -169,16 +167,6 @@ runtime_build_internal: $(BUILD_ROOT)
ln -s $(BUILD_FOLDER) $(BUILD_ALIAS)
touch $(TIMESTAMP_BUILD)
-test_build_internal: $(BUILD_ROOT)
- # Build test
- cd $(BUILD_ROOT) && make -j $(NPROCS) nnapi_test
- cd $(BUILD_ROOT) && make -j $(NPROCS) tflite_benchmark
- # Build unittest
- cd $(BUILD_ROOT) && make -j $(NPROCS) nnapi_gtest
- rm -rf $(BUILD_ALIAS)
- ln -s $(BUILD_FOLDER) $(BUILD_ALIAS)
- touch $(TIMESTAMP_BUILD)
-
tflite_build_internal: $(BUILD_ROOT)
# Build test
cd $(BUILD_ROOT) && make -j $(NPROCS) tensorflow-lite gtest_main