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 | |
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')
-rw-r--r-- | tests/json/t-config.in.json (renamed from tests/json/t-config.in) | 0 | ||||
-rw-r--r-- | tests/json/t-config.out.json (renamed from tests/json/t-config.out) | 0 | ||||
-rw-r--r-- | tests/json/t-json.c | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/json/t-config.in b/tests/json/t-config.in.json index 22b37ee5..22b37ee5 100644 --- a/tests/json/t-config.in +++ b/tests/json/t-config.in.json diff --git a/tests/json/t-config.out b/tests/json/t-config.out.json index fce36a0f..fce36a0f 100644 --- a/tests/json/t-config.out +++ b/tests/json/t-config.out.json diff --git a/tests/json/t-json.c b/tests/json/t-json.c index 0bd35b5e..26f870ce 100644 --- a/tests/json/t-json.c +++ b/tests/json/t-json.c @@ -261,9 +261,9 @@ run_test (const char *test, const char *gpgme_json) exit(1); } - gpgrt_asprintf (&test_in, "%s/tests/json/%s.in", + gpgrt_asprintf (&test_in, "%s/tests/json/%s.in.json", top_srcdir, test); - gpgrt_asprintf (&test_out, "%s/tests/json/%s.out", + gpgrt_asprintf (&test_out, "%s/tests/json/%s.out.json", top_srcdir, test); printf ("Running %s...\n", test); |