Skip to content

Commit

Permalink
Googletest export
Browse files Browse the repository at this point in the history
Remove scripts for code generating together with related files.

PiperOrigin-RevId: 352805926
  • Loading branch information
ofats authored and CJ-Johnson committed Jan 26, 2021
1 parent 997c36c commit 59dea67
Show file tree
Hide file tree
Showing 13 changed files with 873 additions and 3,030 deletions.
12 changes: 0 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
190 changes: 0 additions & 190 deletions docs/pump_manual.md

This file was deleted.

1 change: 0 additions & 1 deletion googlemock/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ if (gmock_build_tests)
cxx_test(gmock-cardinalities_test gmock_main)
cxx_test(gmock_ex_test gmock_main)
cxx_test(gmock-function-mocker_test gmock_main)
cxx_test(gmock-generated-actions_test gmock_main)
cxx_test(gmock-internal-utils_test gmock_main)
cxx_test(gmock-matchers_test gmock_main)
cxx_test(gmock-more-actions_test gmock_main)
Expand Down
Loading

0 comments on commit 59dea67

Please sign in to comment.