Add 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d8722e4c7d824baaf221a1e375fc4'
[apps/agl-service-can-low-level.git] / CAN-binder / libs / nanopb / tests / intsizes / SConscript
1 # Test that the int_size option in .proto works.
2
3 Import('env')
4
5 env.NanopbProto('intsizes')
6
7 p = env.Program(["intsizes_unittests.c",
8                  "intsizes.pb.c",
9                  "$COMMON/pb_encode.o",
10                  "$COMMON/pb_decode.o",
11                  "$COMMON/pb_common.o"])
12 env.RunTest(p)