Fix bugs in proto3 mode encoding of submessages (#256)
[apps/agl-service-can-low-level.git] / tests / regression / issue_195 / SConscript
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