mirror of
https://github.com/google/pebble.git
synced 2025-03-20 11:01:20 +00:00
11 lines
255 B
Text
11 lines
255 B
Text
|
# 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'])
|
||
|
|