aboutsummaryrefslogtreecommitdiffstats
path: root/tests/json/t-json.c
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2018-11-14 13:53:28 +0000
committerAndre Heinecke <[email protected]>2018-11-14 13:53:28 +0000
commitca2e2b3d6973b1f942571ba65bd8b57153847777 (patch)
treef2b998a582ccc70eabd9bb0ffc712ecb5b7a2748 /tests/json/t-json.c
parenttests,gpg: Add version check hlp to t-support (diff)
downloadgpgme-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 '')
-rw-r--r--tests/json/t-json.c4
1 files changed, 2 insertions, 2 deletions
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);