1# Test stack usage 2 3Import("env") 4 5env.NanopbProto(["stackusage", "stackusage.options"]) 6test = env.Program(["stackusage.c", "stackusage.pb.c", "$COMMON/pb_encode.o", "$COMMON/pb_decode.o", "$COMMON/pb_common.o"]) 7env.RunTest(test) 8
1# Test stack usage 2 3Import("env") 4 5env.NanopbProto(["stackusage", "stackusage.options"]) 6test = env.Program(["stackusage.c", "stackusage.pb.c", "$COMMON/pb_encode.o", "$COMMON/pb_decode.o", "$COMMON/pb_common.o"]) 7env.RunTest(test) 8