fstests: Add virtio-fs shared file system support
[xfstests-dev.git] / check
diff --git a/check b/check
index c7f1dc5ee271536e25d3b3ad529f654b7b87c2f8..2e148e5776e56f8586087e0db96bd8877c7bf118 100755 (executable)
--- a/check
+++ b/check
@@ -56,6 +56,7 @@ check options
     -glusterfs         test GlusterFS
     -cifs              test CIFS
     -9p                        test 9p
+    -virtiofs          test virtiofs
     -overlay           test overlay
     -pvfs2             test PVFS2
     -tmpfs             test TMPFS
@@ -268,6 +269,7 @@ while [ $# -gt 0 ]; do
        -glusterfs)     FSTYP=glusterfs ;;
        -cifs)          FSTYP=cifs ;;
        -9p)            FSTYP=9p ;;
+       -virtiofs)      FSTYP=virtiofs ;;
        -overlay)       FSTYP=overlay; export OVERLAY=true ;;
        -pvfs2)         FSTYP=pvfs2 ;;
        -tmpfs)         FSTYP=tmpfs ;;