mirror of
https://github.com/google/pebble.git
synced 2025-11-16 12:30:55 -05:00
11 lines
255 B
Python
11 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'])
|
|
|