aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-08-08 20:39:33 +0200
committerKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-10-25 17:03:39 +0200
commit002905f29fc910c7d9756ae70edeffb96a21585a (patch)
tree21a907bad1d07fcbbed9fc3083ef290bc8f2bea1
parenta7083564d55078e7bed7255a6aa2e52cdb96b557 (diff)
downloadgoogletest-002905f29fc910c7d9756ae70edeffb96a21585a.tar.gz
googletest-002905f29fc910c7d9756ae70edeffb96a21585a.tar.bz2
googletest-002905f29fc910c7d9756ae70edeffb96a21585a.zip
move the pumping script to googlemock
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--googlemock/docs/pump_manual.md (renamed from googletest/docs/pump_manual.md)0
-rwxr-xr-xgooglemock/scripts/pump.py (renamed from googletest/scripts/pump.py)0
3 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b9c14e98..4c184992 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -138,5 +138,5 @@ sense) using a script. For example, the file
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](googletest/scripts/pump.py)' generator script. See the
-[Pump Manual](googletest/docs/pump_manual.md).
+'[pump.py](googlemock/scripts/pump.py)' generator script. See the
+[Pump Manual](googlemock/docs/pump_manual.md).
diff --git a/googletest/docs/pump_manual.md b/googlemock/docs/pump_manual.md
index 10b3c5ff..10b3c5ff 100644
--- a/googletest/docs/pump_manual.md
+++ b/googlemock/docs/pump_manual.md
diff --git a/googletest/scripts/pump.py b/googlemock/scripts/pump.py
index 66e32170..66e32170 100755
--- a/googletest/scripts/pump.py
+++ b/googlemock/scripts/pump.py