Sign in
pigweed
/
third_party
/
github
/
nanopb
/
nanopb
/
32ec5264b7748d2dfed55f46811a975757d5e0ce
/
.
/
tests
/
intsizes
/
SConscript
blob: a90680bcfc0a45533a112b0d67e76fe5549d6667 [
file
] [
log
] [
blame
]
# Test that the int_size option in .proto works.
Import
(
'env'
)
env
.
NanopbProto
(
'intsizes'
)
p
=
env
.
Program
([
"intsizes_unittests.c"
,
"intsizes.pb.c"
,
"$COMMON/pb_encode.o"
,
"$COMMON/pb_decode.o"
,
"$COMMON/pb_common.o"
])
env
.
RunTest
(
p
)