Files
nanopb/tests/special_characters/SConscript
Petteri Aimonen df3fd72337 Add a SCons tool for nanopb protos.
This tool script is useful both for building the tests and also for use in other applications.
2013-11-23 11:04:12 +02:00

7 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")