pebble/third_party/nanopb/tests/encode_unittests/SConscript

6 lines
172 B
Text
Raw Permalink Normal View History

# 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"])
env.RunTest(p)