android_mt6572_jiabo/external/nanopb-c/tests/missing_fields/SConscript
2025-09-05 16:56:03 +08:00

8 lines
255 B
Python

# 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)