Fixing up gtest to work with scons (better!)
This commit is contained in:
parent
47ca68760a
commit
301a7fa525
5 changed files with 14 additions and 4 deletions
|
@ -67,7 +67,7 @@
|
|||
// prevent a user from accidentally including gtest-internal-inl.h in
|
||||
// his code.
|
||||
#define GTEST_IMPLEMENTATION_ 1
|
||||
#include "src/gtest-internal-inl.h"
|
||||
#include "gtest-internal-inl.h"
|
||||
#undef GTEST_IMPLEMENTATION_
|
||||
|
||||
namespace testing {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue