low-can-cb: improve readability
[apps/agl-service-can-low-level.git] / 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