blob: ec08e7497c72c3a3f7788d3a4a50848dc6ddb174 [file] [log] [blame]
# 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)