tst: memfs-fuse: add FUSE reference file system

This commit is contained in:
Bill Zissimopoulos
2021-11-13 10:11:45 +00:00
parent 2a86cd2c90
commit d67a917c6f
8 changed files with 1040 additions and 0 deletions

7
tst/memfs-fuse/README.md Normal file
View File

@@ -0,0 +1,7 @@
`Memfs-fuse` is an in-memory FUSE file system.
It can be built with the following tools:
- Using Visual Studio (`memfs-fuse.sln`).
- Using Cygwin GCC and linking directly with the WinFsp DLL (`make winfsp-fuse`).
- Using Cygwin GCC and linking to CYGFUSE (`make cygfuse`).