Files
nanopb/tests/encode_unittests/SConscript
2013-09-10 17:53:07 +03:00

6 lines
195 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", "#common/pb_encode.o"])
env.RunTest(p)