mirror of
https://github.com/google/pebble.git
synced 2025-03-19 18:41:21 +00:00
7 lines
191 B
Python
7 lines
191 B
Python
# 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'])
|