|
|
|
@ -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 |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|