mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-12 22:47:15 +03:00
add nanopb (manual)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user