diff --git a/pkg/BUILD.bazel b/pkg/BUILD.bazel index 934e785126fc..c403b5ea0e28 100644 --- a/pkg/BUILD.bazel +++ b/pkg/BUILD.bazel @@ -414,7 +414,6 @@ cc_dist_library( ], dist_deps = [ ":common_test", - ":lite_test_util", ":protoc", ":protobuf", ":protobuf_lite", diff --git a/src/file_lists.cmake b/src/file_lists.cmake index 1e326bcc8a33..a78511db1d16 100644 --- a/src/file_lists.cmake +++ b/src/file_lists.cmake @@ -554,23 +554,32 @@ set(lite_test_util_hdrs # //pkg:test_util set(test_util_srcs + ${protobuf_SOURCE_DIR}/src/google/protobuf/arena_test_util.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/annotation_test_util.cc + ${protobuf_SOURCE_DIR}/src/google/protobuf/map_lite_test_util.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_tester.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/test_util.cc + ${protobuf_SOURCE_DIR}/src/google/protobuf/test_util_lite.cc ) # //pkg:test_util set(test_util_hdrs + ${protobuf_SOURCE_DIR}/src/google/protobuf/arena_test_util.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/annotation_test_util.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/unittest.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/unittest.inc + ${protobuf_SOURCE_DIR}/src/google/protobuf/map_lite_test_util.h ${protobuf_SOURCE_DIR}/src/google/protobuf/map_test.inc ${protobuf_SOURCE_DIR}/src/google/protobuf/map_test_util.h ${protobuf_SOURCE_DIR}/src/google/protobuf/map_test_util.inc + ${protobuf_SOURCE_DIR}/src/google/protobuf/map_test_util_impl.h ${protobuf_SOURCE_DIR}/src/google/protobuf/message_unittest.inc + ${protobuf_SOURCE_DIR}/src/google/protobuf/proto3_lite_unittest.inc ${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_tester.h ${protobuf_SOURCE_DIR}/src/google/protobuf/test_util.h ${protobuf_SOURCE_DIR}/src/google/protobuf/test_util.inc + ${protobuf_SOURCE_DIR}/src/google/protobuf/test_util2.h + ${protobuf_SOURCE_DIR}/src/google/protobuf/test_util_lite.h ${protobuf_SOURCE_DIR}/src/google/protobuf/wire_format_unittest.inc )