From 39937f73760b7cfc6be763d4b7e91b934df23fbe Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 23 Sep 2016 06:28:04 +0200 Subject: Putting nanopb files into third_party without being a submodule. --- third_party/nanopb/tests/special_characters/SConscript | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 third_party/nanopb/tests/special_characters/SConscript (limited to 'third_party/nanopb/tests/special_characters/SConscript') 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") -- cgit v1.2.3