mirror of
https://github.com/google/pebble.git
synced 2025-11-24 00:10:56 -05:00
Import of the watch repository from Pebble
This commit is contained in:
9
third_party/nanopb/tests/regression/issue_125/SConscript
vendored
Normal file
9
third_party/nanopb/tests/regression/issue_125/SConscript
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Regression test for Issue 125: Wrong identifier name for extension fields
|
||||
|
||||
Import("env")
|
||||
|
||||
env.NanopbProto(["extensionbug", "extensionbug.options"])
|
||||
env.Object('extensionbug.pb.c')
|
||||
|
||||
env.Match(['extensionbug.pb.h', 'extensionbug.expected'])
|
||||
|
||||
Reference in New Issue
Block a user