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
40a909b4
Commit
40a909b4
authored
Aug 08, 2017
by
misterg
Browse files
WIP, windows testing
parent
a2006b2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
googletest/test/BUILD.bazel
googletest/test/BUILD.bazel
+2
-2
No files found.
googletest/test/BUILD.bazel
View file @
40a909b4
...
...
@@ -119,7 +119,7 @@ cc_test(
size
=
"small"
,
srcs
=
[
"gtest-death-test_ex_test.cc"
],
copts
=
select
({
"//:win"
:
[],
"//:win"
:
[
"-DGTEST_ENABLE_CATCH_EXCEPTIONS_=1"
],
"//conditions:default"
:
[
"-fexceptions"
],
}),
defines
=
[
"GTEST_ENABLE_CATCH_EXCEPTIONS_=0"
],
...
...
@@ -131,7 +131,7 @@ cc_test(
size
=
"small"
,
srcs
=
[
"gtest-death-test_ex_test.cc"
],
copts
=
select
({
"//:win"
:
[],
"//:win"
:
[
"-DGTEST_ENABLE_CATCH_EXCEPTIONS_=1"
],
"//conditions:default"
:
[
"-fexceptions"
],
}),
defines
=
[
"GTEST_ENABLE_CATCH_EXCEPTIONS_=1"
],
...
...
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