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