aboutsummaryrefslogtreecommitdiff
path: root/tests/regression/issue_141/SConscript
blob: b6526beda567044c9ad6619602a6ac6f8f2584da (plain)
1
2
3
4
5
6
7
8
# 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'])