diff options
author | Andre Heinecke <[email protected]> | 2018-11-14 14:55:02 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2018-11-14 14:55:02 +0000 |
commit | 88b7221eb737a3102ec61ea385990b7ea7ef2b30 (patch) | |
tree | 3998016c49c163b6eb501bd5b6851a4df6debe4e /tests/json/initial.test | |
parent | tests,json: Fix match if the first child differs (diff) | |
download | gpgme-88b7221eb737a3102ec61ea385990b7ea7ef2b30.tar.gz gpgme-88b7221eb737a3102ec61ea385990b7ea7ef2b30.zip |
tests,json: Add missing files and chunking test
* tests/json/Makefile.am, tests/json/final.test,
tests/json/initial.test: New.
* tests/json/t-chunking.in.json, tests/json/t-chunking.out.json:
New test.
* tests/json/t-json.c: Register new test.
--
Oops..
Diffstat (limited to 'tests/json/initial.test')
-rwxr-xr-x | tests/json/initial.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/json/initial.test b/tests/json/initial.test new file mode 100755 index 00000000..93c8621a --- /dev/null +++ b/tests/json/initial.test @@ -0,0 +1,4 @@ +#!/bin/sh + +${top_srcdir}/tests/start-stop-agent --start +exit 0 |