aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-07-19 15:14:20 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-07-19 15:14:20 +0200
commit8385c9c9dda37426f22adf744d203e94ff3c2034 (patch)
tree21cab7175443e9e2660ab25397190cc71b910760 /README.md
parentcd1511a4e6d346d177be7d828faa82f99e46685c (diff)
downloadopen-keychain-8385c9c9dda37426f22adf744d203e94ff3c2034.tar.gz
open-keychain-8385c9c9dda37426f22adf744d203e94ff3c2034.tar.bz2
open-keychain-8385c9c9dda37426f22adf744d203e94ff3c2034.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4a2fad2ee..c99020ae0 100644
--- a/README.md
+++ b/README.md
@@ -37,10 +37,13 @@ Expand the Tools directory and select "Android SDK Build-tools (Version 19.1)".
Expand the Extras directory and install "Android Support Repository"
Select everything for the newest SDK Platform (API-Level 19)
4. Export ANDROID_HOME pointing to your Android SDK
-5. Use OpenJDK 7 instead of Oracle JDK (this is required for OpenKeychain's tests based on Bouncy Castle)
-6. Execute ``./install-custom-gradle-test-plugin.sh``
-7. Execute ``./gradlew build``
-8. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-debug-unaligned.apk``
+5. Execute ``./gradlew build``
+6. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-debug-unaligned.apk``
+
+### Run Tests
+1. Use OpenJDK instead of Oracle JDK
+2. Execute ``./prepare-tests.sh``
+3. Execute ``./gradlew build``
### Build API Demo with Gradle