blob: a0c6669eb35c71d6d74fa599c5445be3f40f8fa0 [file] [log] [blame]
# 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)