tst: passthrough-fuse: testing

This commit is contained in:
Bill Zissimopoulos
2017-01-29 13:48:29 -08:00
parent 075d1821a2
commit 206b85c278
3 changed files with 64 additions and 15 deletions

View File

@ -62,4 +62,9 @@ void rewinddir(DIR *dirp);
struct dirent *readdir(DIR *dirp);
int closedir(DIR *dirp);
long WinFspLoad(void);
#undef fuse_main
#define fuse_main(argc, argv, ops, data)\
(WinFspLoad(), fuse_main_real(argc, argv, ops, sizeof *(ops), data))
#endif