Update doc revision and pdf cover.
[apps/low-level-can-service.git] / CAN-binder / libs / nanopb / tests / decode_unittests / SConscript
1 Import('env')
2 p = env.Program(["decode_unittests.c", "$COMMON/unittestproto.pb.c"])
3 env.RunTest(p)
4