From c98c0d913e3720e61f42d1fabc56a12a73a612ae Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Fri, 6 Jul 2018 17:07:19 +0200 Subject: coverage: Improve testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add test of bindings v2 - Distinguish between clean and cleanall - More valgrind ouput Change-Id: If929756d9d35ddb959b46f7330cbf318301d532e Signed-off-by: José Bollo --- coverage/scripts/02-hello.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coverage/scripts/02-hello.sh') diff --git a/coverage/scripts/02-hello.sh b/coverage/scripts/02-hello.sh index 579a3f06..fe9040c2 100755 --- a/coverage/scripts/02-hello.sh +++ b/coverage/scripts/02-hello.sh @@ -6,6 +6,8 @@ HELLO PING false hello pIngNull true hello PingBug true hello PiNgJsOn {"well":"formed","json":[1,2,3,4.5,true,false,null,"oups"]} +hello call {"api":"hello","verb":"pingjson","args":[{"key1":"value1"}]} +hello callsync {"api":"hello","verb":"pingjson","args":[{"key1":"value1"}]} hello subcall {"api":"hello","verb":"pingjson","args":[{"key1":"value1"}]} hello subcall {"api":"hello","verb":"subcall","args":{"api":"hello","verb":"pingjson","args":[{"key1":"value1"}]}} hello subcallsync {"api":"hello","verb":"pingjson","args":[{"key1":"value1"}]} -- cgit 1.2.3-korg