aboutsummaryrefslogtreecommitdiffstats
path: root/tests/json/t-json.c
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2018-11-14 16:56:23 +0000
committerAndre Heinecke <[email protected]>2018-11-14 16:56:23 +0000
commitd3dae4a445d950c94c952ddf54e534ef71675bd1 (patch)
tree030aafeeddb799712b22f04e51e9df9ec1a27c1c /tests/json/t-json.c
parenttests,json: Fix distcheck (diff)
downloadgpgme-d3dae4a445d950c94c952ddf54e534ef71675bd1.tar.gz
gpgme-d3dae4a445d950c94c952ddf54e534ef71675bd1.zip
tests,json: Add sig-notations test
* tests/json/t-sig-notations.in.json, tests/json/t-sig-notations.out.json: New * tests/json/Makefile.am (EXTRA_DIST): Add files. * tests/json/t-json.c: Register it.
Diffstat (limited to 'tests/json/t-json.c')
-rw-r--r--tests/json/t-json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/json/t-json.c b/tests/json/t-json.c
index 98bd8622..024b2553 100644
--- a/tests/json/t-json.c
+++ b/tests/json/t-json.c
@@ -40,7 +40,7 @@ static const char*tests[] = { "t-config", "t-version",
"t-keylist", "t-keylist-secret", "t-decrypt", "t-config-opt",
"t-encrypt", "t-encrypt-sign", "t-sign", "t-verify",
"t-decrypt-verify", "t-export", "t-createkey",
- "t-export-secret-info", "t-chunking",
+ "t-export-secret-info", "t-chunking", "t-sig-notations",
/* For these two the order is important
* as t-import imports the deleted key from t-delete */
"t-delete", "t-import",