mirror of
https://github.com/google/pebble.git
synced 2025-03-19 18:41:21 +00:00
6 lines
172 B
Text
6 lines
172 B
Text
|
# 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)
|