mirror of
https://github.com/google/pebble.git
synced 2025-05-29 06:23:13 +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
10
third_party/nanopb/tests/raw_decode/SConscript
vendored
Normal file
10
third_party/nanopb/tests/raw_decode/SConscript
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
# This builds a simple utility that decodes a binary protobuf message.
|
||||
# It is similar to protoc --decode_raw, except it produces useful information
|
||||
# even for corrupted messages.
|
||||
|
||||
Import("env")
|
||||
|
||||
dec = env.Program(["raw_decode.c", "$COMMON/pb_decode.o", "$COMMON/pb_common.o"])
|
||||
|
||||
env.RunTest([dec, "$BUILD/alltypes/encode_alltypes.output"])
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue