diff options
author | Gennadiy Civil <misterg@google.com> | 2018-05-23 11:49:11 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-05-23 11:49:11 -0400 |
commit | 8977af0ecfdd49baedfd4ea020afe68d5c5e1fbb (patch) | |
tree | 22f3ee29ece3b48beb2c1a1d64ced2d28834d5aa | |
parent | 4e4df226fc197c0dda6e37f5c8c3845ca1e73a49 (diff) | |
download | googletest-8977af0ecfdd49baedfd4ea020afe68d5c5e1fbb.tar.gz googletest-8977af0ecfdd49baedfd4ea020afe68d5c5e1fbb.tar.bz2 googletest-8977af0ecfdd49baedfd4ea020afe68d5c5e1fbb.zip |
formatting changes
-rw-r--r-- | googlemock/scripts/generator/README | 9 | ||||
-rwxr-xr-x | googlemock/test/gmock_test_utils.py | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/googlemock/scripts/generator/README b/googlemock/scripts/generator/README index d6f95974..01fd463d 100644 --- a/googlemock/scripts/generator/README +++ b/googlemock/scripts/generator/README @@ -1,11 +1,10 @@ The Google Mock class generator is an application that is part of cppclean. -For more information about cppclean, see the README.cppclean file or -visit http://code.google.com/p/cppclean/ +For more information about cppclean, visit http://code.google.com/p/cppclean/ -cppclean requires Python 2.3.5 or later. If you don't have Python installed -on your system, you will also need to install it. You can download Python -from: http://www.python.org/download/releases/ +The mock generator requires Python 2.3.5 or later. If you don't have Python +installed on your system, you will also need to install it. You can download +Python from: http://www.python.org/download/releases/ To use the Google Mock class generator, you need to call it on the command line passing the header file and class for which you want diff --git a/googlemock/test/gmock_test_utils.py b/googlemock/test/gmock_test_utils.py index b5130001..92b1ac14 100755 --- a/googlemock/test/gmock_test_utils.py +++ b/googlemock/test/gmock_test_utils.py @@ -38,7 +38,7 @@ import sys SCRIPT_DIR = os.path.dirname(__file__) or '.' # isdir resolves symbolic links. -gtest_tests_util_dir = os.path.join(SCRIPT_DIR, '../googletest/test') +gtest_tests_util_dir = os.path.join(SCRIPT_DIR, '../../googletest/test') if os.path.isdir(gtest_tests_util_dir): GTEST_TESTS_UTIL_DIR = gtest_tests_util_dir else: |