Skip to content

Commit 59dea67

Browse files
ofatsCJ-Johnson
authored andcommitted
Googletest export
Remove scripts for code generating together with related files. PiperOrigin-RevId: 352805926
1 parent 997c36c commit 59dea67

13 files changed

+873
-3030
lines changed

CONTRIBUTING.md

-12
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,3 @@ To run the tests, do
128128
make test
129129

130130
All tests should pass.
131-
132-
### Regenerating Source Files
133-
134-
Some of Google Test's source files are generated from templates (not in the C++
135-
sense) using a script. For example, the file
136-
*googlemock/include/gmock/gmock-generated-actions.h.pump* is used to generate
137-
*gmock-generated-actions.h* in the same directory.
138-
139-
You don't need to worry about regenerating the source files unless you need to
140-
modify them. You would then modify the corresponding `.pump` files and run the
141-
'[pump.py](googlemock/scripts/pump.py)' generator script. See the
142-
[Pump Manual](googlemock/docs/pump_manual.md).

docs/pump_manual.md

-190
This file was deleted.

googlemock/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ if (gmock_build_tests)
153153
cxx_test(gmock-cardinalities_test gmock_main)
154154
cxx_test(gmock_ex_test gmock_main)
155155
cxx_test(gmock-function-mocker_test gmock_main)
156-
cxx_test(gmock-generated-actions_test gmock_main)
157156
cxx_test(gmock-internal-utils_test gmock_main)
158157
cxx_test(gmock-matchers_test gmock_main)
159158
cxx_test(gmock-more-actions_test gmock_main)

0 commit comments

Comments
 (0)