Merge pull request #2107 from ciband:feat/finish_platformio_support

PiperOrigin-RevId: 233108234
This commit is contained in:
Gennadiy Civil 2019-02-12 13:20:33 -05:00
commit b37574c1bf
2 changed files with 3 additions and 2 deletions

View File

@ -56,6 +56,7 @@ Google test has been used on a variety of platforms:
* MinGW
* Windows Mobile
* Symbian
* PlatformIO
## Who Is Using Google Test? ##

View File

@ -27,7 +27,7 @@
"googlemock/make",
"googlemock/msvc",
"googlemock/scripts",
"googlemock/src/gmock_all.cc",
"googlemock/src/gmock-all.cc",
"googlemock/src/gmock_main.cc",
"googlemock/test",
"googlemock/CMakeLists.txt",
@ -39,7 +39,7 @@
"googletest/make",
"googletest/msvc",
"googletest/scripts",
"googletest/src/gtest_all.cc",
"googletest/src/gtest-all.cc",
"googletest/src/gtest_main.cc",
"googletest/test",
"googletest/xcode",