remove gtest-type-util.h.pump

This commit is contained in:
Krystian Kuzniarek
2019-08-08 20:33:52 +02:00
parent e3a9a567d8
commit a7083564d5
3 changed files with 3 additions and 194 deletions

View File

@@ -133,8 +133,8 @@ All tests should pass.
Some of Google Test's source files are generated from templates (not in the C++
sense) using a script. For example, the file
include/gtest/internal/gtest-type-util.h.pump is used to generate
gtest-type-util.h in the same directory.
*googlemock/include/gmock/gmock-generated-actions.h.pump* is used to generate
*gmock-generated-actions.h* in the same directory.
You don't need to worry about regenerating the source files unless you need to
modify them. You would then modify the corresponding `.pump` files and run the