blob: 78326d325e682ed765672b061c7b4ab4ee0736f4 [file] [log] [blame]
# Regression test for Issue 195: Message size not calculated if a submessage includes
# bytes. Basically a non-working #define being generated.
Import("env")
env.NanopbProto(["test"])
env.Object('test.pb.c')
env.Match(['test.pb.h', 'test.expected'])