diff options
author | Justus Winter <[email protected]> | 2016-05-12 13:27:50 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-05-12 13:37:00 +0000 |
commit | e64bffe0307d14204b00a177a472cd4f99c07561 (patch) | |
tree | 5d50d5647ae0a2dd49526e2d6bccf58622fec335 /configure.ac | |
parent | python: Cache generated wrapper functions. (diff) | |
download | gpgme-e64bffe0307d14204b00a177a472cd4f99c07561.tar.gz gpgme-e64bffe0307d14204b00a177a472cd4f99c07561.zip |
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 <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 " |