diff options
| author | Andre Heinecke <[email protected]> | 2019-05-06 08:10:03 +0200 |
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2019-05-06 08:10:03 +0200 |
| commit | f303806a110a9813023a5fd9468a55ab0f7fb39d (patch) | |
| tree | 4052a7295809348d4d8e2c53fd63c2afa56f1274 /lang/python/tests/Makefile.am | |
| parent | Always use maintainer mode -Wno cflags (diff) | |
| parent | python: stop raising BadSignatures from decrypt(verify=True) (diff) | |
| download | gpgme-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.am | 2 |
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 \ |
