Fix cyclic messages support in generator. Beginnings of test.
[apps/agl-service-can-low-level.git] / tests / encode_unittests / SConscript
index 6a5ffcf..bf6d140 100644 (file)
@@ -1,5 +1,5 @@
 # Build and run the stand-alone unit tests for the nanopb encoder part.
 
 Import('env')
-p = env.Program(["encode_unittests.c", "#common/unittestproto.pb.c", "#common/pb_encode.o"])
+p = env.Program(["encode_unittests.c", "$COMMON/unittestproto.pb.c"])
 env.RunTest(p)