• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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