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/final.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/final.test')
| -rwxr-xr-x | tests/json/final.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/json/final.test b/tests/json/final.test new file mode 100755 index 00000000..5289396f --- /dev/null +++ b/tests/json/final.test @@ -0,0 +1,4 @@ +#!/bin/sh + +${top_srcdir}/tests/start-stop-agent --stop +exit 0 |
