feat: Add support for ESP8266 platform
Added support for ESP8266 Arduino platform. Refactored Arduino defines to use the GTEST_OS_* model.
This commit is contained in:
		@@ -32,7 +32,7 @@
 | 
			
		||||
#include "gmock/gmock.h"
 | 
			
		||||
#include "gtest/gtest.h"
 | 
			
		||||
 | 
			
		||||
#ifdef ARDUINO
 | 
			
		||||
#if defined GTEST_OS_ESP8266 || defined GTEST_OS_ESP32
 | 
			
		||||
void setup() {
 | 
			
		||||
  // Since Google Mock depends on Google Test, InitGoogleMock() is
 | 
			
		||||
  // also responsible for initializing Google Test.  Therefore there's
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user