mirror of
https://github.com/nanopb/nanopb.git
synced 2026-06-06 20:18:31 +00:00
6 lines
172 B
Python
6 lines
172 B
Python
# 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)
|