mirror of
https://github.com/google/pebble.git
synced 2025-03-19 18:41:21 +00:00
8 lines
208 B
Python
8 lines
208 B
Python
# Regression test for #611:
|
|
# Enum messages inside OneOf generated as ENUM instead of UENUM
|
|
|
|
Import("env")
|
|
|
|
env.NanopbProto("uenum.proto")
|
|
env.Match(["uenum.pb.h", "uenum.expected"])
|
|
env.Object("uenum.pb.c")
|