gnupg-for-androidgnupg-for-android-testsgnupg-for-javapgpbenchmarkpinentry-android
tests: output SUCCESS/FAILED for each test
tests: update to latest Guardian Project keys and redo detached sigs
The signatures were out of date so I updated everything.
adb is now in $ANDROID_HOME/platform-tools
replace SDK_BASE var with standard ANDROID_HOME
Unfortunately, the ANDROID_HOME var is not documented anywhere official,but it is the most common variable on stackoverflow.com, and it is used inthe build.xml file that is generated by `android update project`.
disable failing tests: libassuan/fdpassing libgcrypt/random-fips-rng
tests: cat GnuPG debug logs from emulator
This outputs more debug info to the Jenkins build.
refs #1270
tests: include importing secret keys as part of standard tests
tests: list more install files and env vars
include all GnuPG test suites that will run in Android
Each GnuPG project includes a tests/ folder with a bunch of test programsand data that are normally run using `make check`. Since building forAndroid means cross-compiling, `make check` will not work. That means we...
when running cmd line tests via `adb shell`, check for success
adb shell seems to always return a successful value, even if the script itran does not. Therefore, a little hack is required to get the return valuefrom the scripts.
View revisions
Also available in: Atom