From 6e0465c6bc7dbced46d7b6a913a1a2495c220ccc Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 9 Mar 2003 17:03:05 +0000 Subject: * Makefile.in: Use "cygwin0" rather than "new-cygwin" to denote in-build-tree version of library or dll. * config/default.exp: Ditto. * winsup.api/winsup.exp: Ditto. --- winsup/testsuite/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winsup/testsuite/README') diff --git a/winsup/testsuite/README b/winsup/testsuite/README index 1f289f1b1..2f6749bb8 100644 --- a/winsup/testsuite/README +++ b/winsup/testsuite/README @@ -2,10 +2,10 @@ Here are some notes about adding and using this testsuite. -First, all the programs are linked with new-libcygwin.a, which is just -like libcygwin.a, except that it wants new-cygwin1.dll, not +First, all the programs are linked with libcygwin0.a, which is just +like libcygwin.a, except that it wants cygwin0.dll, not cygwin1.dll. The testsuite adds the winsup build directory to the -PATH so that new-cygwin1.dll can be found by windows during testing. +PATH so that cygwin0.dll can be found by windows during testing. Because we'll probably run into complaints about using two DLLs, we run cygrun.exe for each test. All this does is run the test with -- cgit v1.2.3