SConscript 172 B

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