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

4 lines
100 B
Python

Import('env')
p = env.Program(["decode_unittests.c", "$COMMON/unittestproto.pb.c"])
env.RunTest(p)