Include gtest headers as user headers instead of system headers.
This commit is contained in:
2
README
2
README
@@ -262,7 +262,7 @@ and all features using tuple will be disabled.
|
||||
### Multi-threaded Tests ###
|
||||
|
||||
Google Test is thread-safe where the pthread library is available.
|
||||
After #include <gtest/gtest.h>, you can check the GTEST_IS_THREADSAFE
|
||||
After #include "gtest/gtest.h", you can check the GTEST_IS_THREADSAFE
|
||||
macro to see whether this is the case (yes if the macro is #defined to
|
||||
1, no if it's undefined.).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user