diff options
author | Justus Winter <[email protected]> | 2016-05-18 13:33:36 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-05-19 09:09:45 +0000 |
commit | 464d404c8816fc93baf945816c93e86bdeb0ea39 (patch) | |
tree | ebf28609039cc527c758453eae125cfc39104788 /lang/python/tests/Makefile.am | |
parent | python: More type conversion fixes. (diff) | |
download | gpgme-464d404c8816fc93baf945816c93e86bdeb0ea39.tar.gz gpgme-464d404c8816fc93baf945816c93e86bdeb0ea39.zip |
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 <[email protected]>
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 \ |