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.
This commit is contained in:
parent
5b61c092e7
commit
ca2e2b3d69
@ -261,9 +261,9 @@ run_test (const char *test, const char *gpgme_json)
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
gpgrt_asprintf (&test_in, "%s/tests/json/%s.in",
|
gpgrt_asprintf (&test_in, "%s/tests/json/%s.in.json",
|
||||||
top_srcdir, test);
|
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);
|
top_srcdir, test);
|
||||||
|
|
||||||
printf ("Running %s...\n", test);
|
printf ("Running %s...\n", test);
|
||||||
|
Loading…
Reference in New Issue
Block a user