diff options
Diffstat (limited to 'lang/python/tests/Makefile.am')
-rw-r--r-- | lang/python/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index 87fb8d1f..c4fc6029 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -31,6 +31,8 @@ TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) \ py_tests = t-wrapper.py \ t-data.py \ t-encrypt.py \ + t-encrypt-sym.py \ + t-sign.py \ t-decrypt.py TESTS = $(top_srcdir)/tests/gpg/initial.test \ |