firmware/extra/nanopb/tests/special_characters/SConscript
Patrick Moessler 0c83634f42 Initial commit
2019-10-13 00:37:11 +02:00

6 lines
181 B
Python

# Test that special characters in .proto filenames work.
Import('env')
env.NanopbProto("funny-proto+name has.characters.proto")
env.Object("funny-proto+name has.characters.pb.c")