diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2018-11-20 11:40:10 +0100 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-11-21 13:31:24 +0100 |
commit | a89b6e51e2305220e57008072924dbfae045979c (patch) | |
tree | e867950da1037cc4f0a0115dee7c7411abe08d70 /Makefile | |
parent | 66c91667f4b38a07ffc56908f21b01c969f9a1b6 (diff) | |
download | qtlocation-mapboxgl-a89b6e51e2305220e57008072924dbfae045979c.tar.gz |
[android] - use --info argument to show more detials during make test runs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -651,9 +651,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/gradle/configuration.gradle - cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDK:testDebugUnitTest + cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDK:testDebugUnitTest --info run-android-unit-test-%: platform/android/gradle/configuration.gradle - cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDK:testDebugUnitTest --tests "$*" + cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=none :MapboxGLAndroidSDK:testDebugUnitTest --info --tests "$*" # Builds a release package of the Android SDK .PHONY: apackage |