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

SConscript « encode_unittests « tests - github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0864a91068b8ff03dfdfc5c817dc0d18faa9c9ad (plain)
1
2
3
4
5
# Build and run the stand-alone unit tests for the nanopb encoder part.

Import('env')
env.Program(["encode_unittests.c", "#common/unittestproto.pb.c", "#common/pb_encode.o"])
env.RunTest('encode_unittests')