diff options
author | Ingo Klöcker <[email protected]> | 2024-05-24 08:47:15 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2024-05-24 08:47:15 +0000 |
commit | f0d1f2c4c746d6f98643772b4864c09f3642cd83 (patch) | |
tree | 6348dacfbb5f42e946902dc42436d165fb8df904 /tests/json/t-json.c | |
parent | qt,cpp: Implement adding ADSKs to existing keys (diff) | |
parent | cpp: Add information about revocation keys to Key (diff) | |
download | gpgme-f0d1f2c4c746d6f98643772b4864c09f3642cd83.tar.gz gpgme-f0d1f2c4c746d6f98643772b4864c09f3642cd83.zip |
Merge branch 'ikloecker/t7118-revkeys'
Diffstat (limited to 'tests/json/t-json.c')
-rw-r--r-- | tests/json/t-json.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/json/t-json.c b/tests/json/t-json.c index 4fe74ed7..80aeaabc 100644 --- a/tests/json/t-json.c +++ b/tests/json/t-json.c @@ -41,6 +41,7 @@ static const char*tests[] = { "t-config", "t-version", "t-encrypt", "t-encrypt-sign", "t-sign", "t-verify", "t-decrypt-verify", "t-export", "t-createkey", "t-export-secret-info", "t-chunking", "t-sig-notations", + "t-keylist-revokers", /* For these two the order is important * as t-import imports the deleted key from t-delete */ "t-delete", "t-import", |