Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hotmail.com>2002-11-24 16:41:36 +0300
committerRobert Collins <rbtcollins@hotmail.com>2002-11-24 16:41:36 +0300
commit4f0de34d3747d689cc741f045072486b0c602f15 (patch)
treee00685d966fc8c1a24267d3c810ab569d504c6ff /winsup/testsuite/README
parentf29c4db1855efd6692bb564f474dc627747b1a80 (diff)
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/README5
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
+
+