diff options
author | Robert Collins <rbtcollins@hotmail.com> | 2002-11-24 13:41:36 +0000 |
---|---|---|
committer | Robert Collins <rbtcollins@hotmail.com> | 2002-11-24 13:41:36 +0000 |
commit | 4f0de34d3747d689cc741f045072486b0c602f15 (patch) | |
tree | e00685d966fc8c1a24267d3c810ab569d504c6ff /winsup/testsuite/README | |
parent | f29c4db1855efd6692bb564f474dc627747b1a80 (diff) | |
download | cygnal-4f0de34d3747d689cc741f045072486b0c602f15.tar.gz cygnal-4f0de34d3747d689cc741f045072486b0c602f15.tar.bz2 cygnal-4f0de34d3747d689cc741f045072486b0c602f15.zip |
2002-11-25 Robert Collins <rbtcollins@hotmail.com>
* readme: Document running portions of the test suite (Thanks Egor!).
* winsup.api/pthread/mainthreadexits.c: New file, derived from
Thomas Pfaff's test cases.
* winsup.api/pthread/threadidafterfork.c: Ditto.
Diffstat (limited to 'winsup/testsuite/README')
-rw-r--r-- | winsup/testsuite/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/testsuite/README b/winsup/testsuite/README index 346111e9a..1f289f1b1 100644 --- a/winsup/testsuite/README +++ b/winsup/testsuite/README @@ -33,3 +33,8 @@ to fail, and will "fail" if they compile, run, and return zero. "make check" will only work if you run it *on* an NT machine. Cross-checking is not supported. + +To test a subset of the test-suite, use +$ make check CYGWIN_TESTSUITE_TESTS=regexp + + |