Skip to content

Commit

Permalink
Add Nextgen python proto_test to github
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 632595087
  • Loading branch information
anandolee authored and copybara-github committed May 10, 2024
1 parent 39986c0 commit e7fdab4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/build_targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit e7fdab4

Please sign in to comment.