mirror of
https://github.com/google/pebble.git
synced 2025-06-11 12: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
11
third_party/nanopb/tests/regression/issue_485/SConscript
vendored
Normal file
11
third_party/nanopb/tests/regression/issue_485/SConscript
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Check that the int8_t and uint8_t types are not used in the nanopb core.
|
||||
|
||||
Import("env")
|
||||
env.Match('pb_decode_c.matched', ["$NANOPB/pb_decode.c", 'uint8.expected'])
|
||||
env.Match('pb_decode_h.matched', ["$NANOPB/pb_decode.h", 'uint8.expected'])
|
||||
env.Match('pb_encode_c.matched', ["$NANOPB/pb_encode.c", 'uint8.expected'])
|
||||
env.Match('pb_encode_h.matched', ["$NANOPB/pb_encode.h", 'uint8.expected'])
|
||||
env.Match('pb_common_c.matched', ["$NANOPB/pb_common.c", 'uint8.expected'])
|
||||
env.Match('pb_common_h.matched', ["$NANOPB/pb_common.h", 'uint8.expected'])
|
||||
env.Match('pb_h.matched', ["$NANOPB/pb.h", 'uint8.expected'])
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue