• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Regression test for Issue 195: Message size not calculated if a submessage includes
2# bytes. Basically a non-working #define being generated.
3
4Import("env")
5
6env.NanopbProto(["test"])
7env.Object('test.pb.c')
8
9env.Match(['test.pb.h', 'test.expected'])
10
11