libcryfs/test/cryfs-cli
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
..
program_options Hide fuse quirks inside the Fuse class. 2016-05-09 16:07:02 -07:00
testutils Hide fuse quirks inside the Fuse class. 2016-05-09 16:07:02 -07:00
CallAfterTimeoutTest.cpp Restructure project to allow factoring out a library 2016-02-23 21:07:23 +01:00
CliTest_Setup.cpp Restructure project to allow factoring out a library 2016-02-23 21:07:23 +01:00
CliTest_ShowingHelp.cpp Restructure project to allow factoring out a library 2016-02-23 21:07:23 +01:00
CliTest_WrongEnvironment.cpp Restructure project to allow factoring out a library 2016-02-23 21:07:23 +01:00
CMakeLists.txt - The version field in the config file is updated when the file system is opened with a newer CryFS version (i.e. it is migrated to the newer version). 2016-03-27 00:09:07 +08:00
EnvironmentTest.cpp Restructure project to allow factoring out a library 2016-02-23 21:07:23 +01:00
VersionCheckerTest.cpp Restructure project to allow factoring out a library 2016-02-23 21:07:23 +01:00