Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
googletest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thierry Schuepbach
googletest
Commits
db5f9ec5
Unverified
Commit
db5f9ec5
authored
Jun 1, 2018
by
Gennadiy Civil
Committed by
GitHub
Jun 1, 2018
Browse files
Options
Downloads
Plain Diff
Merge pull request #1608 from gennadiycivil/master
formatting changes
parents
4e4df226
8977af0e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
googlemock/scripts/generator/README
+4
-5
4 additions, 5 deletions
googlemock/scripts/generator/README
googlemock/test/gmock_test_utils.py
+1
-1
1 addition, 1 deletion
googlemock/test/gmock_test_utils.py
with
5 additions
and
6 deletions
googlemock/scripts/generator/README
+
4
−
5
View file @
db5f9ec5
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
...
...
This diff is collapsed.
Click to expand it.
googlemock/test/gmock_test_utils.py
+
1
−
1
View file @
db5f9ec5
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment