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