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

SConscript « missing_fields « tests - github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 361b55026189808bb43f15dafb08ebec7bdfa629 (plain)
1
2
3
4
5
6
7
8
# Check that the decoder properly detects when required fields are missing.

Import("env")

env.NanopbProto("missing_fields")
test = env.Program(["missing_fields.c", "missing_fields.pb.c", "#common/pb_encode.o", "#common/pb_decode.o"])
env.RunTest(test)