diff --git a/googlemock/test/BUILD.bazel b/googlemock/test/BUILD.bazel index 27eb53511..2ef7c732a 100644 --- a/googlemock/test/BUILD.bazel +++ b/googlemock/test/BUILD.bazel @@ -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": [],