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