diff --git a/tests/project.conf b/tests/project.conf index 3d88cb7..35a40c2 100644 --- a/tests/project.conf +++ b/tests/project.conf @@ -15,7 +15,7 @@ depends=../src/array.c [clint.log] type=script script=./clint.sh -O CPPFLAGS="-I../include `pkg-config --cflags python-2.7`" -depends=clint.sh +depends=$(OBJDIR)../src/libSystem.a,clint.sh [config] type=binary @@ -41,7 +41,7 @@ depends=../src/event.c [fixme.log] type=script script=./fixme.sh -depends=fixme.sh +depends=$(OBJDIR)../src/libSystem.a,fixme.sh [includes] type=binary