tst: add memfs-fuse3 file system

This commit is contained in:
Bill Zissimopoulos
2019-10-07 13:49:04 -07:00
parent 6f1f1cda71
commit d3d75bf977
9 changed files with 1004 additions and 0 deletions

View File

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