mirror of
https://github.com/google/pebble.git
synced 2025-07-21 23:04:51 -04:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
10
third_party/nanopb/tests/regression/issue_203/SConscript
vendored
Normal file
10
third_party/nanopb/tests/regression/issue_203/SConscript
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Regression test for issue with multiple files generated at once
|
||||
|
||||
Import('env')
|
||||
env = env.Clone()
|
||||
env.Replace(NANOPBFLAGS = "--strip-path")
|
||||
env.Command(['file1.pb.c', 'file1.pb.h', 'file2.pb.c', 'file2.pb.h'], ['file1.proto', 'file2.proto'],
|
||||
env['NANOPB_PROTO_CMD'])
|
||||
|
||||
env.Object('file1.pb.c')
|
||||
env.Object('file2.pb.c')
|
Loading…
Add table
Add a link
Reference in a new issue