Sign in
bazel
/
bazel
/
8796230139f1be08c1cf21eb5571da563abce603
/
.
/
third_party
/
nanopb
/
tests
/
encode_unittests
/
SConscript
blob: bf6d1404c3196872642861479c3a751cfe91f801 [
file
] [
log
] [
blame
]
# Build and run the stand-alone unit tests for the nanopb encoder part.
Import
(
'env'
)
p
=
env
.
Program
([
"encode_unittests.c"
,
"$COMMON/unittestproto.pb.c"
])
env
.
RunTest
(
p
)