Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
38486eb0
Commit
38486eb0
authored
Aug 01, 2018
by
Gennadiy Civil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
googltest-color-test changes
parent
6324796b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
BUILD.bazel
googletest/test/BUILD.bazel
+5
-5
googletest-color-test.py
googletest/test/googletest-color-test.py
+2
-2
googletest-color-test_.cc
googletest/test/googletest-color-test_.cc
+0
-0
No files found.
googletest/test/BUILD.bazel
View file @
38486eb0
...
...
@@ -197,17 +197,17 @@ py_test(
)
cc_binary(
name = "g
test_color_
test_",
name = "g
oogletest-color-
test_",
testonly = 1,
srcs = ["g
test_color_
test_.cc"],
srcs = ["g
oogletest-color-
test_.cc"],
deps = ["//:gtest"],
)
py_test(
name = "g
test_color_
test",
name = "g
oogletest-color-
test",
size = "small",
srcs = ["g
test_color_
test.py"],
data = [":g
test_color_
test_"],
srcs = ["g
oogletest-color-
test.py"],
data = [":g
oogletest-color-
test_"],
deps = [":gtest_test_utils"],
)
...
...
googletest/test/g
test_color_
test.py
→
googletest/test/g
oogletest-color-
test.py
View file @
38486eb0
...
...
@@ -40,7 +40,7 @@ IS_WINDOWS = os.name == 'nt'
COLOR_ENV_VAR
=
'GTEST_COLOR'
COLOR_FLAG
=
'gtest_color'
COMMAND
=
gtest_test_utils
.
GetTestExecutablePath
(
'g
test_color_
test_'
)
COMMAND
=
gtest_test_utils
.
GetTestExecutablePath
(
'g
oogletest-color-
test_'
)
def
SetEnvVar
(
env_var
,
value
):
...
...
@@ -53,7 +53,7 @@ def SetEnvVar(env_var, value):
def
UsesColor
(
term
,
color_env_var
,
color_flag
):
"""Runs g
test_color_
test_ and returns its exit code."""
"""Runs g
oogletest-color-
test_ and returns its exit code."""
SetEnvVar
(
'TERM'
,
term
)
SetEnvVar
(
COLOR_ENV_VAR
,
color_env_var
)
...
...
googletest/test/g
test_color_
test_.cc
→
googletest/test/g
oogletest-color-
test_.cc
View file @
38486eb0
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment