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