diff options
author | Andre Heinecke <[email protected]> | 2018-11-14 16:05:25 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2018-11-14 16:05:25 +0000 |
commit | d0087d45f0207bf82a4f078d972c28c4d1cd2690 (patch) | |
tree | ccebb68a4a68e46e12eb6d703680db28134eb9fb /tests/json/t-config-opt.out.json | |
parent | tests,json: Add missing files and chunking test (diff) | |
download | gpgme-d0087d45f0207bf82a4f078d972c28c4d1cd2690.tar.gz gpgme-d0087d45f0207bf82a4f078d972c28c4d1cd2690.zip |
tests,json: Add more tests
* t-config-opt.in.json,
t-config-opt.out.json,
t-import.in.json,
t-import.out.json,
t-sign.in.json,
t-sign.out.json: New.
--
These should actually have been in a previous commit as
they are already registered.
Diffstat (limited to 'tests/json/t-config-opt.out.json')
-rw-r--r-- | tests/json/t-config-opt.out.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/json/t-config-opt.out.json b/tests/json/t-config-opt.out.json new file mode 100644 index 00000000..57f11588 --- /dev/null +++ b/tests/json/t-config-opt.out.json @@ -0,0 +1,6 @@ +{ + "option": { + "name": "default-key", + "argname": "NAME" + } +} |