From 464d404c8816fc93baf945816c93e86bdeb0ea39 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 18 May 2016 15:33:36 +0200 Subject: python: Add more tests. * lang/python/tests/Makefile.am (py_tests): Add new tests. * lang/python/tests/support.py (print_data): New function. * lang/python/tests/t-decrypt.py: Use new function. * lang/python/tests/t-encrypt.py: Likewise. * lang/python/tests/t-sign.py: New file. * lang/python/tests/t-encrypt-sym.py: Likewise. Signed-off-by: Justus Winter --- lang/python/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/python/tests/Makefile.am') 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 \ -- cgit v1.2.3