summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-port-arch.h
diff options
context:
space:
mode:
authorvslashg <gfalcon@google.com>2019-10-25 14:21:03 (GMT)
committervslashg <gfalcon@google.com>2019-10-25 14:21:03 (GMT)
commit540835fa687e73c9d634c710e62a721c2be40786 (patch)
tree7103d19b9edeff546e862b88b6e90226382f81de /googletest/include/gtest/internal/gtest-port-arch.h
parent37f322783175a66c11785d17fc153477b0777753 (diff)
parent778733f9ecdd2b14a0167df54dd25d2d6f6e24f6 (diff)
downloadgoogletest-540835fa687e73c9d634c710e62a721c2be40786.zip
googletest-540835fa687e73c9d634c710e62a721c2be40786.tar.gz
googletest-540835fa687e73c9d634c710e62a721c2be40786.tar.bz2
Merge pull request #2515 from ciband:feat/support_esp8266
PiperOrigin-RevId: 276333426
Diffstat (limited to 'googletest/include/gtest/internal/gtest-port-arch.h')
-rw-r--r--googletest/include/gtest/internal/gtest-port-arch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/googletest/include/gtest/internal/gtest-port-arch.h b/googletest/include/gtest/internal/gtest-port-arch.h
index cece93d..d3239b2 100644
--- a/googletest/include/gtest/internal/gtest-port-arch.h
+++ b/googletest/include/gtest/internal/gtest-port-arch.h
@@ -102,6 +102,10 @@
# define GTEST_OS_QNX 1
#elif defined(__HAIKU__)
#define GTEST_OS_HAIKU 1
+#elif defined ESP8266
+#define GTEST_OS_ESP8266 1
+#elif defined ESP32
+#define GTEST_OS_ESP32 1
#endif // __CYGWIN__
#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_ARCH_H_