summaryrefslogtreecommitdiff
path: root/tests/gpg
diff options
context:
space:
mode:
authorJustus Winter <justus@g10code.com>2017-05-10 15:49:54 +0200
committerJustus Winter <justus@g10code.com>2017-05-10 15:49:54 +0200
commit15adff073bb89dc032d8342cfbbdad2850943f52 (patch)
tree44e6ec951459d8c398e5892c829520df46c1503f /tests/gpg
parent093b5497b7231590ce91ccf73ba64ebc0757f9e9 (diff)
downloadgpgme-15adff073bb89dc032d8342cfbbdad2850943f52.tar.gz
tests: Harmonize test suites.
* lang/python/tests/Makefile.am: Create test environment as part of 'make all'. * tests/gpg/Makefile.am: Make sure the private keystore is created first. * tests/gpgsm/Makefile.am: Create test environment as part of 'make all'. Make sure the private keystore is created first. Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'tests/gpg')
-rw-r--r--tests/gpg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am
index 1d9a6dfe..ed1323b4 100644
--- a/tests/gpg/Makefile.am
+++ b/tests/gpg/Makefile.am
@@ -95,7 +95,7 @@ export GPG_AGENT_INFO :=
done
echo x > ./private-keys-v1.d/gpg-sample.stamp
-./pubring-stamp: $(srcdir)/pubdemo.asc
+./pubring-stamp: $(srcdir)/pubdemo.asc ./private-keys-v1.d/gpg-sample.stamp
$(GPG) --batch --no-permission-warning \
--import $(srcdir)/pubdemo.asc
-$(GPG) --batch --no-permission-warning \