xref: /aosp_15_r20/external/nanopb-c/tests/regression/issue_141/SConscript (revision c8d645cafcee3f91213d30caa0fe303887010b9b)
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