SConscript revision 7ef855e462b9a18b7d330e4b40f350164a6ad9da
1# Test that special characters in .proto filenames work.
2
3Import('env')
4
5env.NanopbProto("funny-proto+name has.characters.proto")
6env.Object("funny-proto+name has.characters.pb.c")
7