Ac6 Training Logo
Training Consulting Tools
xref: /nanopb-latest/tests/regression/issue_485/SConscript
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Check that the int8_t and uint8_t types are not used in the nanopb core.
2
3Import("env")
4env.Match('pb_decode_c.matched', ["$NANOPB/pb_decode.c", 'uint8.expected'])
5env.Match('pb_decode_h.matched', ["$NANOPB/pb_decode.h", 'uint8.expected'])
6env.Match('pb_encode_c.matched', ["$NANOPB/pb_encode.c", 'uint8.expected'])
7env.Match('pb_encode_h.matched', ["$NANOPB/pb_encode.h", 'uint8.expected'])
8env.Match('pb_common_c.matched', ["$NANOPB/pb_common.c", 'uint8.expected'])
9env.Match('pb_common_h.matched', ["$NANOPB/pb_common.h", 'uint8.expected'])
10env.Match('pb_h.matched', ["$NANOPB/pb.h", 'uint8.expected'])
11
12

served by {OpenGrok

Last Index Update: Tue Feb 24 03:01:31 CET 2026

CodEx Logo