mirror of
https://github.com/google/pebble.git
synced 2025-03-16 01:01:20 +00:00
8 lines
232 B
Text
8 lines
232 B
Text
|
# Test stack usage
|
||
|
|
||
|
Import("env")
|
||
|
|
||
|
env.NanopbProto(["stackusage", "stackusage.options"])
|
||
|
test = env.Program(["stackusage.c", "stackusage.pb.c", "$COMMON/pb_encode.o", "$COMMON/pb_decode.o", "$COMMON/pb_common.o"])
|
||
|
env.RunTest(test)
|