pebble/third_party/nanopb/tests/regression/issue_141/SConscript
2025-01-27 11:38:16 -08:00

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'])