From 4b8244df9d0851ae82cfef5cce359233af7812c8 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 31 May 2019 08:53:58 +0530 Subject: lcov: more coverage to shard, old-protocol, sdfs updates: bz#1693692 Change-Id: If4c30572d4501d169bb4b0871c677d974515867c Signed-off-by: Amar Tumballi --- tests/basic/cloudsync-sanity.t | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/basic/cloudsync-sanity.t') diff --git a/tests/basic/cloudsync-sanity.t b/tests/basic/cloudsync-sanity.t index 3cf719da011..f859f3fb504 100644 --- a/tests/basic/cloudsync-sanity.t +++ b/tests/basic/cloudsync-sanity.t @@ -19,4 +19,11 @@ TEST $GFS -s $H0 --volfile-id $V0 $M1; # create operations TEST $(dirname $0)/rpc-coverage.sh $M1 + +TEST cp $(dirname ${0})/../../api/examples/glfsxmp.c glfsxmp.c +TEST build_tester ./glfsxmp.c -lgfapi +./glfsxmp $V0 $H0 +cleanup_tester ./glfsxmp +rm ./glfsxmp.c + cleanup; -- cgit