aboutsummaryrefslogtreecommitdiff
path: root/tests/regression/issue_195/SConscript
blob: 78326d325e682ed765672b061c7b4ab4ee0736f4 (plain)
1
2
3
4
5
6
7
8
9
10
# 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'])