mirror of
https://github.com/google/pebble.git
synced 2025-03-19 18:41:21 +00:00
14 lines
285 B
Python
14 lines
285 B
Python
# 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)
|
|
|