mirror of
https://github.com/google/pebble.git
synced 2025-11-26 09:12:23 -05:00
Import of the watch repository from Pebble
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user