9a639f7b929669fbeda8efcef67ddcd5913922bf
[apps/agl-service-can-low-level.git] / tests / decode_unittests / SConscript
1 Import('env')
2 p = env.Program(["decode_unittests.c", "#common/unittestproto.pb.c"])
3 env.RunTest(p)
4