aboutsummaryrefslogtreecommitdiffstats
path: root/tests/common/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/SConscript')
-rw-r--r--tests/common/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/common/SConscript b/tests/common/SConscript
index 8130c85a..144f1490 100644
--- a/tests/common/SConscript
+++ b/tests/common/SConscript
@@ -12,6 +12,6 @@ env.NanopbProto("person")
# These are built using more strict warning flags.
strict = env.Clone()
strict.Append(CFLAGS = strict['CORECFLAGS'])
-strict.Object("pb_decode.o", "#../pb_decode.c")
-strict.Object("pb_encode.o", "#../pb_encode.c")
+strict.Object("pb_decode.o", "$NANOPB/pb_decode.c")
+strict.Object("pb_encode.o", "$NANOPB/pb_encode.c")