Skip to content

Commit

Permalink
Improve testbing part of README
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Mar 13, 2024
1 parent 8665041 commit 8da92c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ cargo run -p memfs my-mountpoint
## Testing

Download winfsp-tests: `https://github.com/winfsp/winfsp/releases/`

`winfsp-tests` itself depends on WinFSP's DLL, hence the easiest way to avoid troubles
is to put the `winfsp-tests` executable in the `C:/Program Files (x86)/WinFsp/bin/` install folder
(the alternative being to copy `C:/Program Files (x86)/WinFsp/bin/winfsp-x64.dll` in the directory
where `winfsp-tests` executable resides).

0 comments on commit 8da92c2

Please sign in to comment.