diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-09-23 06:28:04 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-09-23 06:28:04 +0200 |
commit | 39937f73760b7cfc6be763d4b7e91b934df23fbe (patch) | |
tree | 11c90e51d1c93c82ab267b947cffff7eda0afbc4 /third_party/nanopb/tests/special_characters/SConscript | |
parent | fe456e5b487717c25bde88f97c9029185130a2b9 (diff) |
Putting nanopb files into third_party without being a submodule.
Diffstat (limited to 'third_party/nanopb/tests/special_characters/SConscript')
-rw-r--r-- | third_party/nanopb/tests/special_characters/SConscript | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/nanopb/tests/special_characters/SConscript b/third_party/nanopb/tests/special_characters/SConscript new file mode 100644 index 0000000000..2309cf2ef5 --- /dev/null +++ b/third_party/nanopb/tests/special_characters/SConscript @@ -0,0 +1,6 @@ +# 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") |