libcryfs/test/cryfs-cli
jeremymeadows 353f287bde
Added an option to create a mountpoint with a missing directory (#354)
* Added an option to create a mountpoint with a missing directory

It skips the normal confirmation message, which makes cryfs easier
to use in scripts, or can be aliased for quicker use.

* separated basedir and mountpoint autocreate flags, and added tests

* Werror and clang-tidy fixes
added to the ChangeLog

* fixed the bugs that clang-tidy caused

never used clang before, so I don't really know what it did and why it
caused compile errors
2020-07-31 18:08:19 -07:00
..
program_options Added an option to create a mountpoint with a missing directory (#354) 2020-07-31 18:08:19 -07:00
testutils Fix bug where a comma in the base directory name would make the file system fail to mount, https://github.com/cryfs/cryfs/issues/326 2020-06-30 19:13:28 -07:00
CMakeLists.txt Use paths relative to executable location to find subprocess executables 2019-03-23 22:01:26 -07:00
CallAfterTimeoutTest.cpp Set meaningful thread names for debugging purposes 2019-01-20 13:15:15 -08:00
CliTest_IntegrityCheck.cpp - cryfs-stats tool is guaranteed to be readonly and not modify the file system 2020-07-24 16:14:53 -07:00
CliTest_Setup.cpp Added an option to create a mountpoint with a missing directory (#354) 2020-07-31 18:08:19 -07:00
CliTest_ShowingHelp.cpp Use boost::filesystem::path more portably 2018-05-20 19:22:46 -07:00
CliTest_WrongEnvironment.cpp Fix googletest deprecations 2019-10-19 18:38:54 -07:00
CryfsUnmountTest.cpp Implement cryfs-unmount for unmounting filesystems 2019-01-19 13:02:41 -08:00
EnvironmentTest.cpp Implement cryfs-unmount for unmounting filesystems 2019-01-19 13:02:41 -08:00
VersionCheckerTest.cpp Implement cryfs-unmount for unmounting filesystems 2019-01-19 13:02:41 -08:00