2018-12-06 21:35:06 +03:00
{
"name" : "googletest" ,
"keywords" : "unittest, unit, test, gtest, gmock" ,
"description" : "googletest is a testing framework developed by the Testing Technology team with Google's specific requirements and constraints in mind. No matter whether you work on Linux, Windows, or a Mac, if you write C++ code, googletest can help you. And it supports any kind of tests, not just unit tests." ,
"license" : "BSD-3-Clause" ,
2018-12-29 21:57:04 +03:00
"homepage" : "https://github.com/google/googletest/blob/master/README.md" ,
2018-12-06 21:35:06 +03:00
"repository" : {
"type" : "git" ,
2018-12-29 21:57:04 +03:00
"url" : "https://github.com/google/googletest.git"
2018-12-06 21:35:06 +03:00
} ,
2018-12-07 21:24:01 +03:00
"version" : "1.8.1" ,
2018-12-06 21:35:06 +03:00
"frameworks" : "arduino" ,
"platforms" : [
"espressif32"
2018-12-29 21:57:04 +03:00
] ,
"export" : {
2018-12-06 21:35:06 +03:00
"include" : [
"googlemock/include/*" ,
2018-12-29 21:57:04 +03:00
"googlemock/src/*" ,
"googletest/include/*" ,
"googletest/src/*"
] ,
"exclude" : [
"ci" ,
"googlemock/build-aux" ,
"googlemock/cmake" ,
"googlemock/make" ,
"googlemock/msvc" ,
"googlemock/scripts" ,
2019-02-01 06:51:55 +03:00
"googlemock/src/gmock_all.cc" ,
2019-01-04 06:01:02 +03:00
"googlemock/src/gmock_main.cc" ,
2018-12-29 21:57:04 +03:00
"googlemock/test" ,
"googlemock/CMakeLists.txt" ,
"googlemock/Makefile.am" ,
"googlemock/configure.ac" ,
"googletest/cmake" ,
"googletest/codegear" ,
"googletest/m4" ,
"googletest/make" ,
"googletest/msvc" ,
"googletest/scripts" ,
2019-02-01 06:51:55 +03:00
"googletest/src/gtest_all.cc" ,
2019-01-04 06:01:02 +03:00
"googletest/src/gtest_main.cc" ,
2018-12-29 21:57:04 +03:00
"googletest/test" ,
"googletest/xcode" ,
"googletest/CMakeLists.txt" ,
"googletest/Makefile.am" ,
2019-01-04 06:01:02 +03:00
"googletest/configure.ac"
2018-12-29 21:57:04 +03:00
]
} ,
"build" : {
2018-12-06 21:35:06 +03:00
"flags" : [
2018-12-29 21:57:04 +03:00
"-Igooglemock/include" ,
2019-01-03 05:39:36 +03:00
"-Igooglemock" ,
2018-12-29 21:57:04 +03:00
"-Igoogletest/include" ,
"-Igoogletest"
2018-12-06 21:35:06 +03:00
]
2018-12-29 21:57:04 +03:00
}
2018-12-06 21:35:06 +03:00
}