From 002905f29fc910c7d9756ae70edeffb96a21585a Mon Sep 17 00:00:00 2001 From: Krystian Kuzniarek Date: Thu, 8 Aug 2019 20:39:33 +0200 Subject: [PATCH] move the pumping script to googlemock --- CONTRIBUTING.md | 4 ++-- {googletest => googlemock}/docs/pump_manual.md | 0 {googletest => googlemock}/scripts/pump.py | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {googletest => googlemock}/docs/pump_manual.md (100%) rename {googletest => googlemock}/scripts/pump.py (100%) 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 similarity index 100% rename from googletest/docs/pump_manual.md rename to googlemock/docs/pump_manual.md diff --git a/googletest/scripts/pump.py b/googlemock/scripts/pump.py similarity index 100% rename from googletest/scripts/pump.py rename to googlemock/scripts/pump.py