pebble/third_party/nanopb/tests/regression/issue_322/SConscript

15 lines
285 B
Text
Raw Permalink Normal View History

# 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)