diff options
-rw-r--r-- | winsup/testsuite/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in index a9388ef6a..b77961878 100644 --- a/winsup/testsuite/Makefile.in +++ b/winsup/testsuite/Makefile.in @@ -162,6 +162,8 @@ testsuite/site.exp: site.exp # Note: we set the PATH so that we can pick up cygwin0.dll check: $(TESTSUP_LIB_NAME) $(RUNTIME) cygrun.exe testsuite/site.exp + rootme=`pwd` ;\ + PATH=$$rootme/../cygwin:$${PATH} ;\ cd testsuite; runtest --tool winsup $(RUNTESTFLAGS) cygrun.o: cygrun.c |