aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/Makefile.am
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-05-12 15:44:54 +0000
committerJustus Winter <[email protected]>2016-05-12 15:59:21 +0000
commitf7094d8358e933f3ce074eade7a40b2a7d291180 (patch)
tree625d6172569d071629d7d6762463bc707ea4663a /lang/python/tests/Makefile.am
parentpython: Add a test suite. (diff)
downloadgpgme-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 'lang/python/tests/Makefile.am')
-rw-r--r--lang/python/tests/Makefile.am2
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