You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
255 B
11 lines
255 B
4 months ago
|
# 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'])
|
||
|
|