diff options
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 14 |
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. |