pebble/third_party/nanopb/tests/decode_unittests/SConscript

5 lines
100 B
Text
Raw Permalink Normal View History

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