summaryrefslogtreecommitdiffstats
path: root/lang/python/tests/Makefile.am
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2019-05-06 08:10:03 +0200
committerAndre Heinecke <[email protected]>2019-05-06 08:10:03 +0200
commitf303806a110a9813023a5fd9468a55ab0f7fb39d (patch)
tree4052a7295809348d4d8e2c53fd63c2afa56f1274 /lang/python/tests/Makefile.am
parentAlways use maintainer mode -Wno cflags (diff)
parentpython: stop raising BadSignatures from decrypt(verify=True) (diff)
downloadgpgme-f303806a110a9813023a5fd9468a55ab0f7fb39d.tar.gz
gpgme-f303806a110a9813023a5fd9468a55ab0f7fb39d.zip
Merge remote-tracking branch 'origin/dkg/fix-T4276'
Diffstat (limited to 'lang/python/tests/Makefile.am')
-rw-r--r--lang/python/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am
index d5b6e001..2c2324e8 100644
--- a/lang/python/tests/Makefile.am
+++ b/lang/python/tests/Makefile.am
@@ -28,7 +28,7 @@ TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) \
srcdir=$(srcdir) \
LD_LIBRARY_PATH="../../../src/.libs:$(LD_LIBRARY_PATH)"
-py_tests = t-wrapper.py \
+py_tests ?= t-wrapper.py \
t-callbacks.py \
t-data.py \
t-encrypt.py \