diff options
author | Werner Koch <[email protected]> | 2014-09-18 14:00:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-09-24 12:46:47 +0000 |
commit | 2e8ecc24cf74f918c303c315da3bb18636a5e288 (patch) | |
tree | b4174ccb08c48b1cbf51aa860442aad4b2807bee /tests/gpg | |
parent | Clean up gpgme's tests/gpg when gpg2.1 is available (diff) | |
download | gpgme-2e8ecc24cf74f918c303c315da3bb18636a5e288.tar.gz gpgme-2e8ecc24cf74f918c303c315da3bb18636a5e288.zip |
tests: Delay some test file extraction until "make check".
* tests/gpg/Makefile.am (all-local): Change to check-local.
* tests/gpgsm/Makefile.am (all-local): Ditto.
Diffstat (limited to 'tests/gpg')
-rw-r--r-- | tests/gpg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index b428cf22..5c1266ec 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -70,7 +70,7 @@ clean-local: -$(srcdir)/start-stop-agent --stop -rm -fR private-keys-v1.d -all-local: ./gpg.conf ./gpg-agent.conf ./pubring.gpg \ +check-local: ./gpg.conf ./gpg-agent.conf ./pubring.gpg \ ./private-keys-v1.d/gpg-sample.stamp export GNUPGHOME := $(abs_builddir) |