1# Build and run the stand-alone unit tests for the nanopb encoder part.
2
3Import('env')
4p = env.Program(["encode_unittests.c", "$COMMON/unittestproto.pb.c"])
5env.RunTest(p)
6