pebble/third_party/nanopb/tests/regression/issue_535/SConscript

7 lines
141 B
Text
Raw Permalink Normal View History

# Regression test for #535:
# Generator crash on enums with aliases
Import("env")
env.NanopbProto("issue_535")
env.Object("issue_535.pb.c")