pebble/third_party/nanopb/tests/stackusage/SConscript
2025-01-27 11:38:16 -08:00

7 lines
232 B
Python

# 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)