summaryrefslogtreecommitdiffstats
path: root/qa/workunits/libcephfs/test.sh
blob: 9d3656be735c2fb2890448897694601668e5d0fd (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

ceph_test_libcephfs
ceph_test_libcephfs_access
ceph_test_libcephfs_reclaim
ceph_test_libcephfs_lazyio

exit 0