tst: passthrough-fuse3

This commit is contained in:
Bill Zissimopoulos
2018-07-20 14:48:25 -07:00
parent d43c0c2c85
commit 2ff21529d5
9 changed files with 1313 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
`Passthrough-fuse3` is a simple FUSE3 file system that passes all file system operations to an underlying file system.
It can be built with the following tools:
- Using Visual Studio (`winfsp.sln`).
- Using Cygwin GCC and linking directly with the WinFsp DLL (`make winfsp-fuse3`).
- Using Cygwin GCC and linking to CYGFUSE3 (`make cygfuse3`).