mirror of
https://github.com/google/pebble.git
synced 2026-02-10 23:47:19 -05:00
Import of the watch repository from Pebble
This commit is contained in:
7
third_party/nanopb/tests/stackusage/SConscript
vendored
Normal file
7
third_party/nanopb/tests/stackusage/SConscript
vendored
Normal file
@@ -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