summaryrefslogtreecommitdiffstats
path: root/tests/line-coverage/old-protocol.t
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2019-05-31 08:53:58 +0530
committerAmar Tumballi <amarts@redhat.com>2019-05-31 08:56:01 +0530
commit4b8244df9d0851ae82cfef5cce359233af7812c8 (patch)
tree8f7ae2e6c2f092a006f9949108149d1359a94a5d /tests/line-coverage/old-protocol.t
parent5866f5e9b09bc10dfb1631b5636c5b7870fc61ff (diff)
lcov: more coverage to shard, old-protocol, sdfs
updates: bz#1693692 Change-Id: If4c30572d4501d169bb4b0871c677d974515867c Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'tests/line-coverage/old-protocol.t')
-rwxr-xr-xtests/line-coverage/old-protocol.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/line-coverage/old-protocol.t b/tests/line-coverage/old-protocol.t
index 3664c79d644..46ea1f3b019 100755
--- a/tests/line-coverage/old-protocol.t
+++ b/tests/line-coverage/old-protocol.t
@@ -28,4 +28,10 @@ TEST $GFS -s $H0 --volfile-id $V0 $M1;
## which covers maximum fops
TEST $(dirname $0)/../basic/rpc-coverage.sh $M1
+TEST cp $(dirname ${0})/../../api/examples/glfsxmp.c glfsxmp.c
+TEST build_tester ./glfsxmp.c -lgfapi
+TEST ./glfsxmp $V0 $H0
+TEST cleanup_tester ./glfsxmp
+TEST rm ./glfsxmp.c
+
cleanup;