b6526beda567044c9ad6619602a6ac6f8f2584da
[apps/agl-service-can-low-level.git] / tests / regression / issue_141 / SConscript
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