Statistics
| Branch: | Tag: | Revision:

gnupg-for-android / assets @ master

Name Size
  aliases
  tests

Latest revisions

# Date Author Comment
d8e35aad 08/30/2014 02:32 am hans

tests: output SUCCESS/FAILED for each test

c1847002 05/19/2014 04:26 pm hans

tests: update to latest Guardian Project keys and redo detached sigs

The signatures were out of date so I updated everything.

3206f2c9 04/04/2014 01:16 pm hans

adb is now in $ANDROID_HOME/platform-tools

c7b39e80 04/04/2014 01:16 pm hans

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 in
the build.xml file that is generated by `android update project`.

59f47bd3 02/20/2014 09:05 pm hans

disable failing tests: libassuan/fdpassing libgcrypt/random-fips-rng

  • libassuan/fdpassing - this should pass on Android, but needs to be rewritten
    in C rather than a shell script
  • libgcrypt/random --prefer-fips-rng - this should pass on Android, but it is...
347078cc 02/20/2014 09:05 pm hans

tests: cat GnuPG debug logs from emulator

This outputs more debug info to the Jenkins build.

refs #1270

c6ad3b0e 02/20/2014 09:05 pm hans

tests: include importing secret keys as part of standard tests

refs #1270

6ae8d223 01/30/2014 07:22 pm hans

tests: list more install files and env vars

refs #1270

85f4676c 01/30/2014 07:15 pm hans

include all GnuPG test suites that will run in Android

Each GnuPG project includes a tests/ folder with a bunch of test programs
and data that are normally run using `make check`. Since building for
Android means cross-compiling, `make check` will not work. That means we...

ba339ece 01/30/2014 07:15 pm hans

when running cmd line tests via `adb shell`, check for success

adb shell seems to always return a successful value, even if the script it
ran does not. Therefore, a little hack is required to get the return value
from the scripts.

refs #1270

View revisions

Also available in: Atom