libcryfs/test/fspp/fuse
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
..
access Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
closeFile Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
createAndOpenFile Added an option to create a mountpoint with a missing directory (#354) 2020-07-31 18:08:19 -07:00
fdatasync Fix googletest deprecations 2019-10-19 18:38:54 -07:00
flush Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
fstat Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
fsync Fix googletest deprecations 2019-10-19 18:38:54 -07:00
ftruncate Fix googletest deprecations 2019-10-19 18:38:54 -07:00
lstat Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
mkdir Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
openFile Added an option to create a mountpoint with a missing directory (#354) 2020-07-31 18:08:19 -07:00
read Fix googletest deprecations 2019-10-19 18:38:54 -07:00
readDir Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
rename Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
rmdir Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
statfs Fix googletest deprecations 2019-10-19 18:38:54 -07:00
truncate Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
unlink Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
utimens Simplify mocking thanks to new googletest features 2019-10-25 23:38:04 -07:00
write Fix googletest deprecations 2019-10-19 18:38:54 -07:00
BasicFuseTest.cpp - run-clang-tidy.sh also runs on test cases. 2017-12-01 15:01:49 +00:00
FilesystemTest.cpp Move fspp to its own subdirectories 2016-02-11 12:53:42 +01:00
TimestampTest.cpp Use noatime by default 2020-07-14 20:16:32 -07:00