summaryrefslogtreecommitdiffstats
path: root/tests/basic/cloudsync-sanity.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/cloudsync-sanity.t')
-rw-r--r--tests/basic/cloudsync-sanity.t7
1 files changed, 7 insertions, 0 deletions
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;