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