pebble/third_party/nanopb/tests/regression/issue_692/SConscript
2025-01-27 11:38:16 -08:00

9 lines
245 B
Python

# Regression test for #693:
# Duplicate declarations of size_unions with repeated fields inside a oneof
Import("env")
env.NanopbProto("other.proto")
env.NanopbProto(["oneof.proto", "other.proto"])
env.Object("oneof.pb.c")
env.Object("test.c")