diff options
author | Justus Winter <[email protected]> | 2016-05-12 15:44:54 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-05-12 15:59:21 +0000 |
commit | f7094d8358e933f3ce074eade7a40b2a7d291180 (patch) | |
tree | 625d6172569d071629d7d6762463bc707ea4663a /lang/python/tests/Makefile.am | |
parent | python: Add a test suite. (diff) | |
download | gpgme-f7094d8358e933f3ce074eade7a40b2a7d291180.tar.gz gpgme-f7094d8358e933f3ce074eade7a40b2a7d291180.zip |
python: Fix writing to data buffers.
* lang/python/gpgme.i: Add typemap for buffers.
* lang/python/pyme/core.py (Data.write): Fix function.
* lang/python/tests/Makefile.am: Add new test.
* lang/python/tests/t-data.py: New file.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-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 56ff74ce..50c78e35 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -19,4 +19,4 @@ TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) \ PYTHONPATH=`echo $(abs_builddir)/../build/lib.*` -TESTS = t-wrapper.py +TESTS = t-wrapper.py t-data.py |