mirror of
https://github.com/google/googletest.git
synced 2026-07-30 16:26:24 +08:00
Fix bazel test build
This commit is contained in:
parent
4b9c90a145
commit
f935ecdb1a
@ -39,7 +39,7 @@ licenses(["notice"])
|
||||
cc_test(
|
||||
name = "gmock_all_test",
|
||||
size = "small",
|
||||
srcs = glob(include = ["gmock-*.cc"]) + ["gmock-matchers_test.h"],
|
||||
srcs = glob(include = ["gmock-*.cc"]) + ["gmock-matchers_test.h", "split-mock_test_helper.cc", "split-mock_test_helper.h"],
|
||||
linkopts = select({
|
||||
"//:qnx": [],
|
||||
"//:windows": [],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user