mirror of
https://github.com/google/pebble.git
synced 2025-03-19 10:31:21 +00:00
6 lines
135 B
Text
6 lines
135 B
Text
|
# Test functions in pb_common.c
|
||
|
|
||
|
Import('env')
|
||
|
p = env.Program(["common_unittests.c", "$BUILD/alltypes/alltypes.pb.c"])
|
||
|
env.RunTest(p)
|