fixes tests

This commit is contained in:
Gennadiy Civil 2018-08-02 16:51:03 -04:00
parent 677df883ec
commit 94f2c6faa7
2 changed files with 3 additions and 3 deletions

View File

@ -341,7 +341,7 @@ cc_binary(
)
cc_binary(
name = "googletest_catch_exceptions_ex_test_",
name = "googletest-catch-exceptions-ex-test_",
testonly = 1,
srcs = ["googletest-catch-exceptions-test_.cc"],
copts = ["-fexceptions"],
@ -353,7 +353,7 @@ py_test(
size = "small",
srcs = ["googletest-catch-exceptions-test.py"],
data = [
":googletest_catch_exceptions_ex_test_",
":googletest-catch-exceptions-ex-test_",
":googletest_catch_exceptions_no_ex_test_",
],
deps = [":gtest_test_utils"],

View File

@ -48,7 +48,7 @@ FILTER_FLAG = FLAG_PREFIX + 'filter'
# Path to the gtest_catch_exceptions_ex_test_ binary, compiled with
# exceptions enabled.
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
# exceptions disabled.