diff options
author | Andre Heinecke <[email protected]> | 2018-11-14 14:55:02 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2018-11-14 14:55:02 +0000 |
commit | 88b7221eb737a3102ec61ea385990b7ea7ef2b30 (patch) | |
tree | 3998016c49c163b6eb501bd5b6851a4df6debe4e /tests/json/t-json.c | |
parent | tests,json: Fix match if the first child differs (diff) | |
download | gpgme-88b7221eb737a3102ec61ea385990b7ea7ef2b30.tar.gz gpgme-88b7221eb737a3102ec61ea385990b7ea7ef2b30.zip |
tests,json: Add missing files and chunking test
* tests/json/Makefile.am, tests/json/final.test,
tests/json/initial.test: New.
* tests/json/t-chunking.in.json, tests/json/t-chunking.out.json:
New test.
* tests/json/t-json.c: Register new test.
--
Oops..
Diffstat (limited to 'tests/json/t-json.c')
-rw-r--r-- | tests/json/t-json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/json/t-json.c b/tests/json/t-json.c index 7a4d9065..98bd8622 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-export-secret-info", "t-chunking", /* For these two the order is important * as t-import imports the deleted key from t-delete */ "t-delete", "t-import", |