README: Fix commands to run tests

This commit is contained in:
Andrea Torlaschi
2016-08-18 17:37:17 +02:00
committed by GitHub
parent 9adaf1434f
commit 535fe3ebe4

View File

@@ -52,11 +52,11 @@ Select SDK Platform for API levels 21, 22, 23, and 24.
### Run Tests ### Run Tests
1. Use OpenJDK instead of Oracle JDK 1. Use OpenJDK instead of Oracle JDK
2. Execute ``./gradlew clean testFdroidDebug --continue`` 2. Execute ``./gradlew clean testFdroidDebugUnitTest --continue``
### Run Jacoco Test Coverage ### Run Jacoco Test Coverage
1. Use OpenJDK instead of Oracle JDK 1. Use OpenJDK instead of Oracle JDK
2. Execute ``./gradlew clean testFdroidDebug jacocoTestReport`` 2. Execute ``./gradlew clean testFdroidDebugUnitTest jacocoTestReport``
3. Report is here: OpenKeychain/build/reports/jacoco/jacocoTestReport/html/index.html 3. Report is here: OpenKeychain/build/reports/jacoco/jacocoTestReport/html/index.html
### Development with Android Studio ### Development with Android Studio