Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
b929d557
Commit
b929d557
authored
Aug 02, 2018
by
Gennadiy Civil
Browse files
cmake fixes
parent
0d29f970
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
googletest/test/BUILD.bazel
googletest/test/BUILD.bazel
+2
-2
googletest/test/googletest-catch-exceptions-test.py
googletest/test/googletest-catch-exceptions-test.py
+1
-1
No files found.
googletest/test/BUILD.bazel
View file @
b929d557
...
@@ -334,7 +334,7 @@ py_test(
...
@@ -334,7 +334,7 @@ py_test(
)
)
cc_binary
(
cc_binary
(
name
=
"googletest
_
catch
_
exceptions
_
no
_
ex
_
test_"
,
name
=
"googletest
-
catch
-
exceptions
-
no
-
ex
-
test_"
,
testonly
=
1
,
testonly
=
1
,
srcs
=
[
"googletest-catch-exceptions-test_.cc"
],
srcs
=
[
"googletest-catch-exceptions-test_.cc"
],
deps
=
[
"//:gtest_main"
],
deps
=
[
"//:gtest_main"
],
...
@@ -354,7 +354,7 @@ py_test(
...
@@ -354,7 +354,7 @@ py_test(
srcs
=
[
"googletest-catch-exceptions-test.py"
],
srcs
=
[
"googletest-catch-exceptions-test.py"
],
data
=
[
data
=
[
":googletest-catch-exceptions-ex-test_"
,
":googletest-catch-exceptions-ex-test_"
,
":googletest
_
catch
_
exceptions
_
no
_
ex
_
test_"
,
":googletest
-
catch
-
exceptions
-
no
-
ex
-
test_"
,
],
],
deps
=
[
":gtest_test_utils"
],
deps
=
[
":gtest_test_utils"
],
)
)
...
...
googletest/test/googletest-catch-exceptions-test.py
View file @
b929d557
...
@@ -53,7 +53,7 @@ EX_EXE_PATH = gtest_test_utils.GetTestExecutablePath(
...
@@ -53,7 +53,7 @@ EX_EXE_PATH = gtest_test_utils.GetTestExecutablePath(
# Path to the googletest-catch-exceptions-test_ binary, compiled with
# Path to the googletest-catch-exceptions-test_ binary, compiled with
# exceptions disabled.
# exceptions disabled.
EXE_PATH
=
gtest_test_utils
.
GetTestExecutablePath
(
EXE_PATH
=
gtest_test_utils
.
GetTestExecutablePath
(
'googletest
_
catch
_
exceptions
_
no
_
ex
_
test_'
)
'googletest
-
catch
-
exceptions
-
no
-
ex
-
test_'
)
environ
=
gtest_test_utils
.
environ
environ
=
gtest_test_utils
.
environ
SetEnvVar
=
gtest_test_utils
.
SetEnvVar
SetEnvVar
=
gtest_test_utils
.
SetEnvVar
...
...
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