X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fdecode_unittests%2FSConscript;h=369b9dc71fc95bf74d12ec6e63e8a44d484081be;hb=03e3af597f0adf64b21731b820c997116a16cdcd;hp=5e0f8407b89548a224927e4918b3d14673a2d8b3;hpb=61ad04afd5236e2a6a0d4b4f2caa3bab4a820c99;p=apps%2Fagl-service-can-low-level.git diff --git a/tests/decode_unittests/SConscript b/tests/decode_unittests/SConscript index 5e0f8407..369b9dc7 100644 --- a/tests/decode_unittests/SConscript +++ b/tests/decode_unittests/SConscript @@ -1,4 +1,4 @@ Import('env') -p = env.Program(["decode_unittests.c", "#common/unittestproto.pb.c", "#common/pb_decode.o"]) +p = env.Program(["decode_unittests.c", "$COMMON/unittestproto.pb.c"]) env.RunTest(p)