Home | History | Annotate | Download | only in special_characters
      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")
      7