SConscript revision 7ef855e462b9a18b7d330e4b40f350164a6ad9da
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