pebble/third_party/nanopb/tests/common_unittests/SConscript

6 lines
135 B
Text
Raw Permalink Normal View History

# Test functions in pb_common.c
Import('env')
p = env.Program(["common_unittests.c", "$BUILD/alltypes/alltypes.pb.c"])
env.RunTest(p)