summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2017-11-06 14:36:13 +0100
committerTobrun <tobrun@mapbox.com>2017-11-06 18:53:50 +0100
commit24de48b7724cb359b3044cd691588a221dd2b550 (patch)
tree6e7dd34d10efa4383d8643ddce5116f7a6a5bc34 /Makefile
parent4d486e10ce394c44d3bfab5989af7d03014d75e9 (diff)
downloadqtlocation-mapboxgl-24de48b7724cb359b3044cd691588a221dd2b550.tar.gz
[android] - update android unit tests, update test make target to SDK
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 87bd899400..d54dcc4fd6 100644
--- a/Makefile
+++ b/Makefile
@@ -595,9 +595,9 @@ run-android-ui-test-%: run-android-ui-test-arm-v7-%
# Run Java Unit tests on the JVM of the development machine executing this
.PHONY: run-android-unit-test
run-android-unit-test: platform/android/configuration.gradle
- cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDKTestApp:testDebugUnitTest
+ cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDK:testDebugUnitTest
run-android-unit-test-%: platform/android/configuration.gradle
- cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDKTestApp:testDebugUnitTest --tests "$*"
+ cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDK:testDebugUnitTest --tests "$*"
# Run Instrumentation tests on AWS device farm, requires additional authentication through gradle.properties
.PHONY: run-android-ui-test-aws
@@ -654,7 +654,7 @@ android-lint-test-app: platform/android/configuration.gradle
android-javadoc: platform/android/configuration.gradle
cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDK:javadocrelease
-# Symbolicate ndk stack traces for the arm-v7 abi
+# Symbolicate ndk stack traces for the arm-v7 abi
.PHONY: android-ndk-stack
android-ndk-stack: android-ndk-stack-arm-v7