From 535fe3ebe474ad57f6167ba9f0927d54751f0a55 Mon Sep 17 00:00:00 2001 From: Andrea Torlaschi Date: Thu, 18 Aug 2016 17:37:17 +0200 Subject: [PATCH] README: Fix commands to run tests --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e56c2e73..eb447e3d3 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,11 @@ Select SDK Platform for API levels 21, 22, 23, and 24. ### Run Tests 1. Use OpenJDK instead of Oracle JDK -2. Execute ``./gradlew clean testFdroidDebug --continue`` +2. Execute ``./gradlew clean testFdroidDebugUnitTest --continue`` ### Run Jacoco Test Coverage 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 ### Development with Android Studio