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
94f2c6fa
Commit
94f2c6fa
authored
Aug 02, 2018
by
Gennadiy Civil
Browse files
fixes tests
parent
677df883
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 @
94f2c6fa
...
@@ -341,7 +341,7 @@ cc_binary(
...
@@ -341,7 +341,7 @@ cc_binary(
)
)
cc_binary
(
cc_binary
(
name
=
"googletest
_
catch
_
exceptions
_
ex
_
test_"
,
name
=
"googletest
-
catch
-
exceptions
-
ex
-
test_"
,
testonly
=
1
,
testonly
=
1
,
srcs
=
[
"googletest-catch-exceptions-test_.cc"
],
srcs
=
[
"googletest-catch-exceptions-test_.cc"
],
copts
=
[
"-fexceptions"
],
copts
=
[
"-fexceptions"
],
...
@@ -353,7 +353,7 @@ py_test(
...
@@ -353,7 +353,7 @@ py_test(
size
=
"small"
,
size
=
"small"
,
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 @
94f2c6fa
...
@@ -48,7 +48,7 @@ FILTER_FLAG = FLAG_PREFIX + 'filter'
...
@@ -48,7 +48,7 @@ FILTER_FLAG = FLAG_PREFIX + 'filter'
# Path to the gtest_catch_exceptions_ex_test_ binary, compiled with
# Path to the gtest_catch_exceptions_ex_test_ binary, compiled with
# exceptions enabled.
# exceptions enabled.
EX_EXE_PATH
=
gtest_test_utils
.
GetTestExecutablePath
(
EX_EXE_PATH
=
gtest_test_utils
.
GetTestExecutablePath
(
'googletest
_
catch
_
exceptions
_
ex
_
test_'
)
'googletest
-
catch
-
exceptions
-
ex
-
test_'
)
# Path to the googletest-catch-exceptions-test_ binary, compiled with
# Path to the googletest-catch-exceptions-test_ binary, compiled with
# exceptions disabled.
# exceptions disabled.
...
...
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