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.
This commit is contained in:
Werner Koch 2014-09-18 16:00:34 +02:00
parent 36997e0f74
commit 2e8ecc24cf
2 changed files with 3 additions and 2 deletions

View File

@ -70,7 +70,7 @@ clean-local:
-$(srcdir)/start-stop-agent --stop -$(srcdir)/start-stop-agent --stop
-rm -fR private-keys-v1.d -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 ./private-keys-v1.d/gpg-sample.stamp
export GNUPGHOME := $(abs_builddir) export GNUPGHOME := $(abs_builddir)

View File

@ -47,7 +47,8 @@ clean-local:
-gpg-connect-agent KILLAGENT /bye -gpg-connect-agent KILLAGENT /bye
-rm -fR private-keys-v1.d -rm -fR private-keys-v1.d
all-local: ./pubring.kbx ./gpgsm.conf ./private-keys-v1.d/$(key_id).key ./trustlist.txt check-local: ./pubring.kbx ./gpgsm.conf \
./private-keys-v1.d/$(key_id).key ./trustlist.txt
export GNUPGHOME := $(abs_builddir) export GNUPGHOME := $(abs_builddir)