Moved some of the variable setup from "make check" into the

runtest.sh script.
This commit is contained in:
Wayne Davison
2006-10-07 14:54:56 +00:00
parent 0888952768
commit 3e88414e4e

View File

@@ -143,7 +143,7 @@ test: check
# might lose in the future where POSIX diverges from old sh.
check: all $(CHECK_PROGS)
POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync$(EXEEXT) srcdir="$(srcdir)" $(srcdir)/runtests.sh
rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh
wildtest.o: wildtest.c lib/wildmatch.c rsync.h
wildtest$(EXEEXT): wildtest.o lib/compat.o