pebble/third_party/nanopb/tests/regression/issue_306/SConscript

8 lines
191 B
Text
Raw Permalink Normal View History

# Check that generator gives a warning about large extension field number.
Import('env')
env.NanopbProto('large_extension')
env.Match(['large_extension.pb.c', 'large_extension.expected'])