Add Nextgen python proto_test to github

PiperOrigin-RevId: 632595087
pull/16822/head
Jie Luo 8 months ago committed by Copybara-Service
parent 39986c099b
commit e7fdab4a2c
  1. 5
      python/build_targets.bzl

@ -416,6 +416,11 @@ def build_targets(name):
srcs = ["google/protobuf/internal/wire_format_test.py"],
)
internal_py_test(
name = "proto_test",
srcs = ["google/protobuf/internal/proto_test.py"],
)
native.cc_library(
name = "proto_api",
hdrs = ["google/protobuf/proto_api.h"],

Loading…
Cancel
Save