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 /lang/python/Makefile.am | |
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 'lang/python/Makefile.am')
-rw-r--r-- | lang/python/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. EXTRA_DIST = README.rst +SUBDIRS = tests # Cleanup gpgme.h from deprecated functions and typedefs. gpgme.h: ../../src/gpgme.h |