SConscript 206 B

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