summaryrefslogtreecommitdiff
path: root/xfstests/README.md
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2023-03-17 09:56:55 +0000
committerNikolaus Rath <Nikolaus@rath.org>2023-05-12 23:29:03 +0100
commit4c177c904778c45ebd992b7f651af4f0039c550c (patch)
tree7d8405daf0fcca86d83ad502610b69a3387ec3f2 /xfstests/README.md
parentad1abf3f2e15d9d23d0a2c60aec6a011762ccfa6 (diff)
downloadfuse-4c177c904778c45ebd992b7f651af4f0039c550c.tar.gz
Add support for running xfstests.HEADmaster
Diffstat (limited to 'xfstests/README.md')
-rw-r--r--xfstests/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/xfstests/README.md b/xfstests/README.md
new file mode 100644
index 0000000..deda553
--- /dev/null
+++ b/xfstests/README.md
@@ -0,0 +1,18 @@
+To test FUSE with xfstests¹:
+
+1. copy the `mount.fuse.passthrough` file into
+ `/sbin` and edit the `PASSTHROUGH_PATH`, `SCRATCH_SOURCE` and `TEST_SOURCE` variables as needed.
+
+2. Make sure that the `SCRATCH_SOURCE` and `TEST_SOURCE` directories
+exist.
+
+3. Copy `local.config` into your xfstests directory
+
+Tests can then be run with e.g.:
+
+```sh
+# make
+# sudo ./check -fuse -b
+```
+
+¹https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/about/