Sign in
opensecura
/
3p
/
nanopb
/
nanopb
/
76bd2d57d5c9c0231c8d06dc795801c7816a081b
/
.
/
tests
/
enum_minmax
/
SConscript
blob: 6a66cbdc1cd12e0cbec614f81ec563a1eb8a9466 [
file
]
# Test that different sizes of enum fields are properly encoded and decoded.
Import
(
'env'
)
env
.
NanopbProto
(
'enumminmax'
)
p
=
env
.
Program
([
"enumminmax_unittests.c"
,])
env
.
RunTest
(
p
)