mirror of
https://github.com/google/pebble.git
synced 2026-02-15 18:06:51 -05:00
Import of the watch repository from Pebble
This commit is contained in:
11
third_party/nanopb/tests/message_sizes/SConscript
vendored
Normal file
11
third_party/nanopb/tests/message_sizes/SConscript
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Test the generation of message size #defines
|
||||
|
||||
Import('env')
|
||||
|
||||
incpath = env.Clone()
|
||||
incpath.Append(PROTOCPATH = '#message_sizes')
|
||||
|
||||
incpath.NanopbProto("messages1")
|
||||
incpath.NanopbProto("messages2")
|
||||
|
||||
incpath.Program(['dummy.c', 'messages1.pb.c', 'messages2.pb.c', '$COMMON/pb_common.o'])
|
||||
Reference in New Issue
Block a user