pebble/third_party/nanopb/tests/regression/issue_493/SConscript

11 lines
230 B
Text
Raw Permalink Normal View History

# Regression test for #493:
# Maximum recursion depth exceeded in generator
Import("env")
env.NanopbProto("test.proto")
# Note that test.pb.c will fail compilation due to recursive static definition.
# This is to be expected.