12345678910111213141516171819202122232425262728 |
- #ifndef TEST_GTEST_H_
- #define TEST_GTEST_H_
- #include "rtc_base/ignore_wundef.h"
- RTC_PUSH_IGNORING_WUNDEF()
- #include "testing/gtest/include/gtest/gtest-spi.h"
- #include "testing/gtest/include/gtest/gtest.h"
- RTC_POP_IGNORING_WUNDEF()
- #ifndef GTEST_HAS_DEATH_TEST
- #define GTEST_HAS_DEATH_TEST 0
- #endif
- #endif
|