From 88b7221eb737a3102ec61ea385990b7ea7ef2b30 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Wed, 14 Nov 2018 15:55:02 +0100 Subject: 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.. --- tests/json/initial.test | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/json/initial.test (limited to 'tests/json/initial.test') 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 -- cgit