mirror of
https://github.com/google/pebble.git
synced 2025-03-20 11:01:20 +00:00
8 lines
98 B
Text
8 lines
98 B
Text
|
# Check that generator doesn't exceed memory limits
|
||
|
|
||
|
Import('env')
|
||
|
|
||
|
env.NanopbProto('bigvalue')
|
||
|
|
||
|
|