diff options
author | Andre Heinecke <[email protected]> | 2018-11-14 13:53:28 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2018-11-14 13:53:28 +0000 |
commit | ca2e2b3d6973b1f942571ba65bd8b57153847777 (patch) | |
tree | f2b998a582ccc70eabd9bb0ffc712ecb5b7a2748 /tests/json/t-config.out.json | |
parent | tests,gpg: Add version check hlp to t-support (diff) | |
download | gpgme-ca2e2b3d6973b1f942571ba65bd8b57153847777.tar.gz gpgme-ca2e2b3d6973b1f942571ba65bd8b57153847777.zip |
tests,json: Suffix .json to test pattern
* tests/json/t-config.in, tests/json/t-config.out: Renamed.
* t-json.c (run_test): Use new naming pattern.
Diffstat (limited to 'tests/json/t-config.out.json')
-rw-r--r-- | tests/json/t-config.out.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/json/t-config.out.json b/tests/json/t-config.out.json new file mode 100644 index 00000000..fce36a0f --- /dev/null +++ b/tests/json/t-config.out.json @@ -0,0 +1,19 @@ +{ + "components": [{ + "name": "gpg", + "description": "OpenPGP", + "options": [{ + "name": "Monitor", + "flags": 1, + "level": 0, + "type": 0, + "alt_type": 0 + }, { + "name": "verbose", + "description": "verbose", + "level": 0, + "type": 0, + "alt_type": 0 + }] + }] +} |