fixes tests
This commit is contained in:
parent
677df883ec
commit
94f2c6faa7
|
@ -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(
|
||||||
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"],
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user