Commit b37574c1 by Gennadiy Civil

Merge pull request #2107 from ciband:feat/finish_platformio_support

PiperOrigin-RevId: 233108234
parents b68ec344 47568ead
...@@ -56,6 +56,7 @@ Google test has been used on a variety of platforms: ...@@ -56,6 +56,7 @@ Google test has been used on a variety of platforms:
* MinGW * MinGW
* Windows Mobile * Windows Mobile
* Symbian * Symbian
* PlatformIO
## Who Is Using Google Test? ## ## Who Is Using Google Test? ##
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"googlemock/make", "googlemock/make",
"googlemock/msvc", "googlemock/msvc",
"googlemock/scripts", "googlemock/scripts",
"googlemock/src/gmock_all.cc", "googlemock/src/gmock-all.cc",
"googlemock/src/gmock_main.cc", "googlemock/src/gmock_main.cc",
"googlemock/test", "googlemock/test",
"googlemock/CMakeLists.txt", "googlemock/CMakeLists.txt",
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"googletest/make", "googletest/make",
"googletest/msvc", "googletest/msvc",
"googletest/scripts", "googletest/scripts",
"googletest/src/gtest_all.cc", "googletest/src/gtest-all.cc",
"googletest/src/gtest_main.cc", "googletest/src/gtest_main.cc",
"googletest/test", "googletest/test",
"googletest/xcode", "googletest/xcode",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment