android_mt6572_jiabo/external/nanopb-c/tests/encode_unittests/SConscript
2025-09-05 16:56:03 +08:00

5 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)