diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-24 01:30:43 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-24 01:30:43 +0000 |
commit | 23a30ba8d961bf4462cb5a355299cc6d63aeaa95 (patch) | |
tree | 7992038fbf8a52a5adf0988fa49127d76e03df76 /winsup/testsuite | |
parent | 31d7abadfee7da27924f7130e470ea701b39bc3e (diff) | |
download | newlib-23a30ba8d961bf4462cb5a355299cc6d63aeaa95.zip newlib-23a30ba8d961bf4462cb5a355299cc6d63aeaa95.tar.gz newlib-23a30ba8d961bf4462cb5a355299cc6d63aeaa95.tar.bz2 |
* Makefile (check): Add cygrun.exe dependency.
Diffstat (limited to 'winsup/testsuite')
-rw-r--r-- | winsup/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/testsuite/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog index 9760267..87e6f69 100644 --- a/winsup/testsuite/ChangeLog +++ b/winsup/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2003-01-23 Christopher Faylor <cgf@redhat.com> + * Makefile (check): Add cygrun.exe dependency. + +2003-01-23 Christopher Faylor <cgf@redhat.com> + Perform more C warning fixup on all C source files and headers. 2003-01-23 Christopher Faylor <cgf@redhat.com> diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in index b3ca3e8..bb3d5c9 100644 --- a/winsup/testsuite/Makefile.in +++ b/winsup/testsuite/Makefile.in @@ -172,7 +172,7 @@ testsuite/site.exp: site.exp # Note: we set the PATH so that we can pick up new-cygwin1.dll -check: $(TESTSUP_LIB_NAME) $(RUNTIME) testsuite/site.exp +check: $(TESTSUP_LIB_NAME) $(RUNTIME) cygrun.exe testsuite/site.exp cd testsuite; \ EXPECT=${EXPECT} ; export EXPECT ; \ if [ -f $(bupdir2)/expect/expect ] ; then \ |