summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e227b3f10e..e0d65056c7 100644
--- a/Makefile
+++ b/Makefile
@@ -462,7 +462,7 @@ android: android-arm-v7
.PHONY: android-test
android-test:
- cd platform/android && ./gradlew testReleaseUnitTest --continue
+ cd platform/android && ./gradlew testDebugUnitTest --continue
.PHONY: android-test-apk
android-test-apk: