library.json (googletest-release-1.10.0) | : | library.json (googletest-release-1.11.0) | ||
---|---|---|---|---|
{ | { | |||
"name": "googletest", | "name": "googletest", | |||
"keywords": "unittest, unit, test, gtest, gmock", | "keywords": "unittest, unit, test, gtest, gmock", | |||
"description": "googletest is a testing framework developed by the Testing Tec hnology team with Google's specific requirements and constraints in mind. No mat ter whether you work on Linux, Windows, or a Mac, if you write C++ code, googlet est can help you. And it supports any kind of tests, not just unit tests.", | "description": "googletest is a testing framework developed by the Testing Tec hnology team with Google's specific requirements and constraints in mind. No mat ter whether you work on Linux, Windows, or a Mac, if you write C++ code, googlet est can help you. And it supports any kind of tests, not just unit tests.", | |||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | |||
"homepage": "https://github.com/google/googletest/blob/master/README.md", | "homepage": "https://github.com/google/googletest/blob/master/README.md", | |||
"repository": { | "repository": { | |||
"type": "git", | "type": "git", | |||
"url": "https://github.com/google/googletest.git" | "url": "https://github.com/google/googletest.git" | |||
}, | }, | |||
"version": "1.8.1", | "version": "1.10.0", | |||
"frameworks": "arduino", | "frameworks": "arduino", | |||
"platforms": [ | "platforms": [ | |||
"espressif32" | "espressif32", | |||
"espressif8266" | ||||
], | ], | |||
"export": { | "export": { | |||
"include": [ | "include": [ | |||
"googlemock/include/*", | "googlemock/include/*", | |||
"googlemock/src/*", | "googlemock/src/*", | |||
"googletest/include/*", | "googletest/include/*", | |||
"googletest/src/*" | "googletest/src/*" | |||
], | ], | |||
"exclude": [ | "exclude": [ | |||
"ci", | "ci", | |||
"googlemock/build-aux", | ||||
"googlemock/cmake", | "googlemock/cmake", | |||
"googlemock/make", | ||||
"googlemock/msvc", | ||||
"googlemock/scripts", | "googlemock/scripts", | |||
"googlemock/src/gmock-all.cc", | ||||
"googlemock/src/gmock_main.cc", | ||||
"googlemock/test", | "googlemock/test", | |||
"googlemock/CMakeLists.txt", | "googlemock/CMakeLists.txt", | |||
"googlemock/Makefile.am", | ||||
"googlemock/configure.ac", | ||||
"googletest/cmake", | "googletest/cmake", | |||
"googletest/codegear", | ||||
"googletest/m4", | ||||
"googletest/make", | ||||
"googletest/msvc", | ||||
"googletest/scripts", | "googletest/scripts", | |||
"googletest/src/gtest-all.cc", | ||||
"googletest/src/gtest_main.cc", | ||||
"googletest/test", | "googletest/test", | |||
"googletest/xcode", | "googletest/CMakeLists.txt" | |||
"googletest/CMakeLists.txt", | ||||
"googletest/Makefile.am", | ||||
"googletest/configure.ac" | ||||
] | ] | |||
}, | }, | |||
"build": { | "build": { | |||
"flags": [ | "flags": [ | |||
"-Igooglemock/include", | "-Igooglemock/include", | |||
"-Igooglemock", | "-Igooglemock", | |||
"-Igoogletest/include", | "-Igoogletest/include", | |||
"-Igoogletest" | "-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>" | ||||
] | ] | |||
} | } | |||
} | } | |||
End of changes. 10 change blocks. | ||||
19 lines changed or deleted | 22 lines changed or added |