mirror of
https://github.com/google/pebble.git
synced 2025-03-19 18:41:21 +00:00
10 lines
255 B
Python
10 lines
255 B
Python
# 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'])
|
|
|