From d36a64116f19ce59acf3af49e66cadef4c2fb2df Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Tue, 10 Jan 2023 19:41:38 -0800 Subject: [PATCH] Add missing test utility to CMake rules. PiperOrigin-RevId: 501157741 --- pkg/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/BUILD.bazel b/pkg/BUILD.bazel index 4886ae8b08..a3a11399ad 100644 --- a/pkg/BUILD.bazel +++ b/pkg/BUILD.bazel @@ -408,6 +408,7 @@ cc_dist_library( "//src/google/protobuf:lite_test_util", "//src/google/protobuf:test_util", "//src/google/protobuf:test_util2", + "//src/google/protobuf/io:test_zero_copy_stream", "//src/google/protobuf/compiler:annotation_test_util", "//src/google/protobuf/compiler/cpp:unittest_lib", ],