mirror of
https://github.com/google/pebble.git
synced 2025-03-19 10:31:21 +00:00
5 lines
100 B
Text
5 lines
100 B
Text
|
Import('env')
|
||
|
p = env.Program(["decode_unittests.c", "$COMMON/unittestproto.pb.c"])
|
||
|
env.RunTest(p)
|
||
|
|