Googletest export

Rollback delete of unsupported/deprecated scripts

PiperOrigin-RevId: 396699187
This commit is contained in:
dmauro 2021-09-14 18:39:19 -04:00 committed by Derek Mauro
parent 7ee2683007
commit 4ea61b9669

View File

@ -35,6 +35,10 @@ Details and examples can be found here:
* [gMock Cookbook](https://google.github.io/googletest/gmock_cook_book.html) * [gMock Cookbook](https://google.github.io/googletest/gmock_cook_book.html)
* [gMock Cheat Sheet](https://google.github.io/googletest/gmock_cheat_sheet.html) * [gMock Cheat Sheet](https://google.github.io/googletest/gmock_cheat_sheet.html)
Please note that code under scripts/generator/ is from the
[cppclean project](http://code.google.com/p/cppclean/) and under the Apache
License, which is different from GoogleMock's license.
GoogleMock is a part of GoogleMock is a part of
[GoogleTest C++ testing framework](http://github.com/google/googletest/) and a [GoogleTest C++ testing framework](http://github.com/google/googletest/) and a
subject to the same requirements. subject to the same requirements.