pebble/third_party/nanopb/tests/regression/issue_166/SConscript

14 lines
285 B
Text
Raw Permalink Normal View History

# Verify that the maximum encoded size is calculated properly
# for enums.
Import('env')
env.NanopbProto('enums')
p = env.Program(["enum_encoded_size.c",
"enums.pb.c",
"$COMMON/pb_encode.o",
"$COMMON/pb_common.o"])
env.RunTest(p)