blob: 05dccaee3f1bfa6fa2adf8c5277b0eac5562291f (
plain)
1
2
3
4
5
6
7
|
# Test that special characters in .proto filenames work.
Import('env')
env.Proto("funny-proto+name has.characters.proto")
env.Nanopb("funny-proto+name has.characters.pb.c", "funny-proto+name has.characters.pb")
env.Object("funny-proto+name has.characters.pb.c")
|