From f935ecdb1a49b9f5afdb35ea793d67a7ea60d0f2 Mon Sep 17 00:00:00 2001 From: nautical-exact <167017548+nautical-exact@users.noreply.github.com> Date: Thu, 9 Jul 2026 21:21:21 -0400 Subject: [PATCH] Fix bazel test build --- googlemock/test/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [],