Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SConscript « decode_unittests « tests - github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 369b9dc71fc95bf74d12ec6e63e8a44d484081be (plain)
1
2
3
4
Import('env')
p = env.Program(["decode_unittests.c", "$COMMON/unittestproto.pb.c"])
env.RunTest(p)