diff options
author | Parménides GV <parmegv@sdf.org> | 2015-01-19 16:29:40 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-01-19 16:29:40 +0100 |
commit | ae37fca1b733620951c8c90325beeef27e93c4bf (patch) | |
tree | 725ff1c7c9d22a2f6bda112da4a2983e98a315cf /README.md | |
parent | 67633d1bf6e63028cfac1e9d719d5ed4e7574124 (diff) | |
parent | dbc8bc453d71a6c485a40f021fb66436c8e63616 (diff) |
Merge branch 'develop' into release-0.9.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ The resulting apk(s) will be in `app/build/apk`. ## Running tests To run the automated tests: - 1. Run an emulator + 1. Run an emulator (device doesn't necesarily has root, so testVpnCertificateValidator.testIsValid may fail). 2. Unlock Android 3. Issue the command ./gradlew connectedCheck 4. Pay attention and check the "Trust this app" checkbox, if you don't do so tests won't run. |