pebble/third_party/nanopb/tests/common_unittests/SConscript
2025-01-27 11:38:16 -08:00

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)