Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
a2006b2a
Commit
a2006b2a
authored
Aug 08, 2017
by
misterg
Browse files
WIP, windows testing
parent
c75de0aa
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 @
a2006b2a
...
@@ -120,7 +120,7 @@ cc_test(
...
@@ -120,7 +120,7 @@ cc_test(
srcs
=
[
"gtest-death-test_ex_test.cc"
],
srcs
=
[
"gtest-death-test_ex_test.cc"
],
copts
=
select
({
copts
=
select
({
"//:win"
:
[],
"//:win"
:
[],
"//conditions:default"
:
[
"
"
-
fexceptions
"
"
],
"//conditions:default"
:
[
"-fexceptions"
],
}),
}),
defines
=
[
"GTEST_ENABLE_CATCH_EXCEPTIONS_=0"
],
defines
=
[
"GTEST_ENABLE_CATCH_EXCEPTIONS_=0"
],
deps
=
[
"//:gtest_ex"
],
deps
=
[
"//:gtest_ex"
],
...
@@ -132,7 +132,7 @@ cc_test(
...
@@ -132,7 +132,7 @@ cc_test(
srcs
=
[
"gtest-death-test_ex_test.cc"
],
srcs
=
[
"gtest-death-test_ex_test.cc"
],
copts
=
select
({
copts
=
select
({
"//:win"
:
[],
"//:win"
:
[],
"//conditions:default"
:
[
"
"
-
fexceptions
"
"
],
"//conditions:default"
:
[
"-fexceptions"
],
}),
}),
defines
=
[
"GTEST_ENABLE_CATCH_EXCEPTIONS_=1"
],
defines
=
[
"GTEST_ENABLE_CATCH_EXCEPTIONS_=1"
],
deps
=
[
"//:gtest_ex"
],
deps
=
[
"//:gtest_ex"
],
...
...
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