1# Regression test for issue 141: wrong encoded size #define for oneof messages 2 3Import("env") 4 5env.NanopbProto("testproto") 6env.Object('testproto.pb.c') 7env.Match(['testproto.pb.h', 'testproto.expected']) 8 9
1# Regression test for issue 141: wrong encoded size #define for oneof messages 2 3Import("env") 4 5env.NanopbProto("testproto") 6env.Object('testproto.pb.c') 7env.Match(['testproto.pb.h', 'testproto.expected']) 8 9