1# Test that special characters in .proto filenames work.
2
3Import('env')
4
5env.NanopbProto(["funny-proto+name has.characters.proto", "funny-proto+name has.characters.options"])
6env.Object("funny-proto+name has.characters.pb.c")
7env.Match(['funny-proto+name has.characters.pb.h', 'specchars.expected'])
8
9