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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 96df0598..e2b40298 100644 --- a/configure.ac +++ b/configure.ac @@ -659,7 +659,7 @@ AC_CONFIG_FILES(Makefile src/Makefile src/gpgme.h) AC_CONFIG_FILES(src/gpgme-config, chmod +x src/gpgme-config) AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile lang/cl/gpgme.asd - lang/python/Makefile]) + lang/python/Makefile lang/python/tests/Makefile]) AC_OUTPUT echo " -- cgit v1.2.3