summaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
authorrpj <rpj>2004-11-03 01:08:41 +0000
committerrpj <rpj>2004-11-03 01:08:41 +0000
commitec8290acdaea21b16d98f1ef5d4ae8a28ab2109a (patch)
tree0bd3750ec1cc12594b6cfe69473e393da6ec101b /tests/README
parentcccaf0c2c82e78a72d69a4a50c872f308bed2f65 (diff)
Mutex, semaphore, thread ID, test suite changes - see ChangeLogs
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README14
1 files changed, 10 insertions, 4 deletions
diff --git a/tests/README b/tests/README
index b767f89..784c4f7 100644
--- a/tests/README
+++ b/tests/README
@@ -5,19 +5,19 @@ These make scripts expect to be able to copy the dll, libarary
and header files from this directory's parent directory,
which should be the pthreads-win32 source directory.
-MS VC++ nmake
+MS VC nmake
-------------
Run the target corresponding to the DLL version being tested:
-nmake clean VCE
+nmake clean VC
or:
-nmake clean VSE
+nmake clean VS
-GNU G++ make
+GNU GCC make
------------
Run "make clean" and then "make". See the "Known bugs" section
@@ -36,3 +36,9 @@ Tests written in this test suite should behave in the following manner:
* No diagnostic output should appear when the test is succeeding.
Diagnostic output may be emitted if something in the test
fails, to help determine the cause of the test failure.
+
+Notes:
+------
+
+Many test cases use knowledge of implementation internals which are supposed
+to be opaque to portable applications.