X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fcallbacks%2FSConscript;h=445214397d6ee9bd6d25d524cae3e042b87cb647;hb=a641e21b34aed824b6b919f7ab9937eaadf09473;hp=729fd65f21d5735849516f5d01bfafe93119848c;hpb=e2e9980627810fe0ee2b8f119bcf651f0f318a8a;p=apps%2Fagl-service-can-low-level.git diff --git a/tests/callbacks/SConscript b/tests/callbacks/SConscript index 729fd65f..44521439 100644 --- a/tests/callbacks/SConscript +++ b/tests/callbacks/SConscript @@ -3,8 +3,8 @@ Import("env") env.NanopbProto("callbacks") -enc = env.Program(["encode_callbacks.c", "callbacks.pb.c", "#common/pb_encode.o"]) -dec = env.Program(["decode_callbacks.c", "callbacks.pb.c", "#common/pb_decode.o"]) +enc = env.Program(["encode_callbacks.c", "callbacks.pb.c", "$COMMON/pb_encode.o", "$COMMON/pb_common.o"]) +dec = env.Program(["decode_callbacks.c", "callbacks.pb.c", "$COMMON/pb_decode.o", "$COMMON/pb_common.o"]) env.RunTest(enc) env.RunTest([dec, "encode_callbacks.output"])