aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorofats <ofats@google.com>2021-01-20 12:14:44 -0500
committerCJ Johnson <johnsoncj@google.com>2021-01-26 15:43:04 -0500
commit59dea67b815a046122d77113d5c6df1df66076bb (patch)
tree5f9968473d8bba82aa3a75829767aeb1e4ad7548 /CONTRIBUTING.md
parent997c36c1881105bd7ce482a1ec93759badf64ce6 (diff)
downloadgoogletest-59dea67b815a046122d77113d5c6df1df66076bb.zip
googletest-59dea67b815a046122d77113d5c6df1df66076bb.tar.gz
googletest-59dea67b815a046122d77113d5c6df1df66076bb.tar.bz2
Googletest export
Remove scripts for code generating together with related files. PiperOrigin-RevId: 352805926
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2f653c8..da45e44 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -128,15 +128,3 @@ To run the tests, do
make test
All tests should pass.
-
-### Regenerating Source Files
-
-Some of Google Test's source files are generated from templates (not in the C++
-sense) using a script. For example, the file
-*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
-'[pump.py](googlemock/scripts/pump.py)' generator script. See the
-[Pump Manual](googlemock/docs/pump_manual.md).