6 lines
195 B
Python
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)
|