Add 'CAN-binder/libs/uds-c/' from commit 'ca20db3dd978871bbb9f01f3c862b510c03d1dc4'
[apps/agl-service-can-low-level.git] / CAN-binder / libs / nanopb / tests / regression / issue_125 / SConscript
1 # Regression test for Issue 125: Wrong identifier name for extension fields
2
3 Import("env")
4
5 env.NanopbProto(["extensionbug", "extensionbug.options"])
6 env.Object('extensionbug.pb.c')
7
8 env.Match(['extensionbug.pb.h', 'extensionbug.expected'])
9