Fix bazel test build

This commit is contained in:
nautical-exact 2026-07-09 21:21:21 -04:00
parent 4b9c90a145
commit f935ecdb1a

View File

@ -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": [],