mirror of
https://github.com/google/pebble.git
synced 2025-03-20 11:01:20 +00:00
9 lines
206 B
Text
9 lines
206 B
Text
|
# Regression test for issue 141: wrong encoded size #define for oneof messages
|
||
|
|
||
|
Import("env")
|
||
|
|
||
|
env.NanopbProto("testproto")
|
||
|
env.Object('testproto.pb.c')
|
||
|
env.Match(['testproto.pb.h', 'testproto.expected'])
|
||
|
|