mirror of
https://github.com/google/pebble.git
synced 2025-03-20 11:01:20 +00:00
15 lines
285 B
Text
15 lines
285 B
Text
|
# Check that default values with special characters are
|
||
|
# correctly handled.
|
||
|
|
||
|
Import('env')
|
||
|
|
||
|
env.NanopbProto('defaults')
|
||
|
|
||
|
p = env.Program(["defaults.c",
|
||
|
"defaults.pb.c",
|
||
|
"$COMMON/pb_decode.o",
|
||
|
"$COMMON/pb_common.o"])
|
||
|
|
||
|
env.RunTest(p)
|
||
|
|