Fix bugs in proto3 mode encoding of submessages (#256)
[apps/agl-service-can-low-level.git] / tests / special_characters / SConscript
1 # Test that special characters in .proto filenames work.
2
3 Import('env')
4
5 env.NanopbProto("funny-proto+name has.characters.proto")
6 env.Object("funny-proto+name has.characters.pb.c")