googletest
googletest copied to clipboard
Error when launching google test on a platform without a file system
trafficstars
Describe the issue
When launching tests on a platform that does not support filesystem, I get an error saying that gtest cannot output a file without a file system
gtest.cc:5613:: ERROR: alternative output formats require GTEST_HAS_FILE_SYSTEM to be enabled
I didn't set any file output arguments, so I would think no error have to be raised.
Steps to reproduce the problem
Launch google test on a platform that doesn't have a file system Notice the error on the console output
What version of GoogleTest are you using?
1.13.0
What operating system and version are you using?
PS5
What compiler and version are you using?
clang version 15.0.3
What build system are you using?
cmake version 3.24.0-rc3
Additional context
No response