Add 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d8722e4c7d824baaf221a1e375fc4'
[apps/agl-service-can-low-level.git] / CAN-binder / libs / nanopb / tests / missing_fields / SConscript
1 # Check that the decoder properly detects when required fields are missing.
2
3 Import("env")
4
5 env.NanopbProto("missing_fields")
6 test = env.Program(["missing_fields.c", "missing_fields.pb.c", "$COMMON/pb_encode.o", "$COMMON/pb_decode.o", "$COMMON/pb_common.o"])
7 env.RunTest(test)
8