mirror of
https://github.com/google/pebble.git
synced 2025-11-27 17:52:23 -05:00
Import of the watch repository from Pebble
This commit is contained in:
8
third_party/nanopb/tests/special_characters/SConscript
vendored
Normal file
8
third_party/nanopb/tests/special_characters/SConscript
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Test that special characters in .proto filenames work.
|
||||
|
||||
Import('env')
|
||||
|
||||
env.NanopbProto(["funny-proto+name has.characters.proto", "funny-proto+name has.characters.options"])
|
||||
env.Object("funny-proto+name has.characters.pb.c")
|
||||
env.Match(['funny-proto+name has.characters.pb.h', 'specchars.expected'])
|
||||
|
||||
Reference in New Issue
Block a user