diff options
author | vslashg <gfalcon@google.com> | 2019-10-25 14:21:03 (GMT) |
---|---|---|
committer | vslashg <gfalcon@google.com> | 2019-10-25 14:21:03 (GMT) |
commit | 540835fa687e73c9d634c710e62a721c2be40786 (patch) | |
tree | 7103d19b9edeff546e862b88b6e90226382f81de /library.json | |
parent | 37f322783175a66c11785d17fc153477b0777753 (diff) | |
parent | 778733f9ecdd2b14a0167df54dd25d2d6f6e24f6 (diff) | |
download | googletest-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 'library.json')
-rw-r--r-- | library.json | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/library.json b/library.json index 50bc84a..91169b7 100644 --- a/library.json +++ b/library.json @@ -11,7 +11,8 @@ "version": "1.10.0", "frameworks": "arduino", "platforms": [ - "espressif32" + "espressif32", + "espressif8266" ], "export": { "include": [ @@ -42,6 +43,24 @@ "-Igooglemock", "-Igoogletest/include", "-Igoogletest" + ], + "srcFilter": [ + "+<*>", + "-<.git/>", + "-<googlemock>", + "-<googlemock/test/>", + "-<googlemock/src>", + "+<googlemock/src/gmock-all.cc>", + "+<googletest/src/gtest-all.cc>", + "+<googlemock/src/gmock_main.cc>", + "-<googletest>", + "-<googletest/codegear/>", + "-<googletest/samples>", + "-<googletest/test/>", + "-<googletest/xcode>", + "-<googletest/src>", + "+<googletest/src/gtest-all.cc>", + "+<googletest/src/gtest_main.cc>" ] } } |