Skip to content

Commit

Permalink
Merge pull request #2107 from ciband:feat/finish_platformio_support
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 233108234
  • Loading branch information
gennadiycivil committed Feb 12, 2019
2 parents 0f464cf + 47568ea commit 36ce88a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Google test has been used on a variety of platforms:
* MinGW
* Windows Mobile
* Symbian
* PlatformIO

## Who Is Using Google Test? ##

Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 36ce88a

Please sign in to comment.