diff --git a/tests/project.conf b/tests/project.conf index ed72e8a..1326308 100644 --- a/tests/project.conf +++ b/tests/project.conf @@ -4,4 +4,4 @@ dist=Makefile,tests.sh,binary/project.conf,binary/Makefile.Darwin,binary/Makefil [tests.log] type=script script=./tests.sh -depends=binary/project.conf,binary/Makefile.Darwin,binary/Makefile.NetBSD,binary/Makefile.Windows,library/project.conf,library/Makefile.Darwin,library/Makefile.Linux,library/Makefile.NetBSD,library/Makefile.Windows,object/project.conf,object/Makefile.NetBSD,plugin/Makefile.Darwin,plugin/Makefile.NetBSD,script/project.conf,script/Makefile.NetBSD,tests.sh +depends=$(OBJDIR)../src/configure$(EXEEXT),binary/project.conf,binary/Makefile.Darwin,binary/Makefile.NetBSD,binary/Makefile.Windows,library/project.conf,library/Makefile.Darwin,library/Makefile.Linux,library/Makefile.NetBSD,library/Makefile.Windows,object/project.conf,object/Makefile.NetBSD,plugin/Makefile.Darwin,plugin/Makefile.NetBSD,script/project.conf,script/Makefile.NetBSD,tests.sh diff --git a/tests/tests.sh b/tests/tests.sh index d50a9a6..e8bacb4 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -27,8 +27,7 @@ #variables PROGNAME="tests.sh" #executables -CONFIGURE="../src/configure" -[ -n "$OBJDIR" ] && CONFIGURE="${OBJDIR}configure" +CONFIGURE="${OBJDIR}../src/configure" DATE="date" DIFF="diff"