Remove testbuild in Makefile (#4693)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 13 Mar 2019 10:52:11 +0000 (19:52 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 13 Mar 2019 10:52:11 +0000 (19:52 +0900)
Remove deprecated build option testbuild
Now svace and coverity use make all

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Makefile

index 9fd12d6..0d2f8fe 100644 (file)
--- 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