| 34 | using filesystem::path; |
| 35 | |
| 36 | TEST(FilesystemUtil, rlimit) { |
| 37 | ASSERT_LT(0ul, FileSystemUtil::MaxNumFileHandles()); |
| 38 | } |
| 39 | |
| 40 | TEST(FilesystemUtil, RemoveAndCreateDirectory) { |
| 41 | // Setup a temporary directory with one subdir |
nothing calls this directly
no test coverage detected