Move the rest of the tests to scons
This commit is contained in:
7
tests/special_characters/SConscript
Normal file
7
tests/special_characters/SConscript
Normal file
@@ -0,0 +1,7 @@
|
||||
# Test that special characters in .proto filenames work.
|
||||
|
||||
Import('env')
|
||||
|
||||
env.Proto("funny-proto+name has.characters.proto")
|
||||
env.Nanopb("funny-proto+name has.characters.pb.c", "funny-proto+name has.characters.pb")
|
||||
env.Object("funny-proto+name has.characters.pb.c")
|
||||
Reference in New Issue
Block a user