aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/Makefile.am
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2017-02-16 15:38:21 +0000
committerJustus Winter <[email protected]>2017-02-16 15:45:25 +0000
commit13bace25e3d8422f93fd24919994be36042fd220 (patch)
tree18809106a4bf0969d50deb1871e8978f08c4c8e3 /lang/python/tests/Makefile.am
parentpython: Support quick key creation. (diff)
downloadgpgme-13bace25e3d8422f93fd24919994be36042fd220.tar.gz
gpgme-13bace25e3d8422f93fd24919994be36042fd220.zip
python: Support quick subkey creation.
* NEWS: Update. * lang/python/gpg/core.py (Context.create_subkey): New function. * lang/python/tests/Makefile.am (XTESTS): Add new test. * lang/python/tests/t-quick-subkey-creation.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.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am
index 5469e751..62c6087f 100644
--- a/lang/python/tests/Makefile.am
+++ b/lang/python/tests/Makefile.am
@@ -51,7 +51,8 @@ py_tests = t-wrapper.py \
t-file-name.py \
t-idiomatic.py \
t-protocol-assuan.py \
- t-quick-key-creation.py
+ t-quick-key-creation.py \
+ t-quick-subkey-creation.py
XTESTS = initial.py $(py_tests) final.py
EXTRA_DIST = support.py $(XTESTS) encrypt-only.asc sign-only.asc \