From e64bffe0307d14204b00a177a472cd4f99c07561 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 12 May 2016 15:27:50 +0200 Subject: python: Add a test suite. * configure.ac: Add new Makefile. * lang/python/Makefile.am: Add subdirectory. * lang/python/tests/Makefile.am: New file. * lang/python/tests/t-wrapper.py: Likewise. Signed-off-by: Justus Winter --- lang/python/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/python/Makefile.am') diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am index a1a2bc92..308fcd03 100644 --- a/lang/python/Makefile.am +++ b/lang/python/Makefile.am @@ -17,6 +17,7 @@ # License along with this program; if not, see . EXTRA_DIST = README.rst +SUBDIRS = tests # Cleanup gpgme.h from deprecated functions and typedefs. gpgme.h: ../../src/gpgme.h -- cgit v1.2.3