Sign in
pigweed
/
third_party
/
github
/
nanopb
/
nanopb
/
32ec5264b7748d2dfed55f46811a975757d5e0ce
/
.
/
tests
/
regression
/
issue_166
/
SConscript
blob: c50b91939dba66f17e0a7b7c26911f5d276c9e1b [
file
] [
log
] [
blame
]
# 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
)