diff options
author | Christopher Faylor <me@cgf.cx> | 2003-03-09 17:03:05 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-03-09 17:03:05 +0000 |
commit | 6e0465c6bc7dbced46d7b6a913a1a2495c220ccc (patch) | |
tree | f4988aa427bc0b15db8bb287640b2020d1b9fe45 /winsup/testsuite/README | |
parent | 3a1d827f5c3d5e767a883374b6befed1f830bfd9 (diff) | |
download | cygnal-6e0465c6bc7dbced46d7b6a913a1a2495c220ccc.tar.gz cygnal-6e0465c6bc7dbced46d7b6a913a1a2495c220ccc.tar.bz2 cygnal-6e0465c6bc7dbced46d7b6a913a1a2495c220ccc.zip |
* 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.
Diffstat (limited to 'winsup/testsuite/README')
-rw-r--r-- | winsup/testsuite/README | 6 |
1 files changed, 3 insertions, 3 deletions
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 |