369b9dc71fc95bf74d12ec6e63e8a44d484081be
[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