libcryfs/test/fspp
Sebastian Messmer 40c64a879c Hide fuse quirks inside the Fuse class.
fuse_main needs the program arguments as char ** instead of const char ** or (even better) vector<string>.
With this commit, we hide that inside the Fuse class. Everything outside handles these arguments as vector<string> and passes it as such to the Fuse class.
2016-05-09 16:07:02 -07:00
..
fs_interface Move fspp to its own subdirectories 2016-02-11 12:53:42 +01:00
fuse Fix some more fuse tests 2016-02-14 02:23:54 +01:00
impl Move fspp to its own subdirectories 2016-02-11 12:53:42 +01:00
testutils Hide fuse quirks inside the Fuse class. 2016-05-09 16:07:02 -07:00
CMakeLists.txt Fix compiling test cases on Debian 2016-02-14 18:17:37 +01:00