clean up unittest script
authorKwanghoon Son <k.son@samsung.com>
Wed, 13 Dec 2023 04:29:55 +0000 (13:29 +0900)
committerKwanghoon Son <k.son@samsung.com>
Wed, 27 Dec 2023 03:22:49 +0000 (12:22 +0900)
Change-Id: I46f310cadfe5dca36edaa3b010afc2df5b49a601
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
script/run-unittest.sh

index d5aaec6..3653505 100755 (executable)
@@ -14,12 +14,7 @@ setup() {
 
 test_main() {
     echo "test_main start"
-    /usr/bin/mv_test --gtest_filter=-*TestPoseLandmarkDetectionTflite.MobilenetV1*
-    /usr/bin/test_face_recognition
-    /usr/bin/test_image_classification
-    /usr/bin/test_object_detection
-    /usr/bin/test_object_detection_3d
-    /usr/bin/test_landmark_detection
+    /usr/bin/mv_test
 }
 
 teardown() {