mirror of
https://github.com/google/pebble.git
synced 2025-06-28 03:36:16 +00:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
13
third_party/nanopb/tests/mem_release/SConscript
vendored
Normal file
13
third_party/nanopb/tests/mem_release/SConscript
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
Import("env", "malloc_env")
|
||||
|
||||
env.NanopbProto("mem_release.proto")
|
||||
|
||||
test = malloc_env.Program(["mem_release.c",
|
||||
"mem_release.pb.c",
|
||||
"$COMMON/pb_encode_with_malloc.o",
|
||||
"$COMMON/pb_decode_with_malloc.o",
|
||||
"$COMMON/pb_common_with_malloc.o",
|
||||
"$COMMON/malloc_wrappers.o"])
|
||||
|
||||
env.RunTest(test)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue