summaryrefslogtreecommitdiffstats
path: root/test/pthread
Commit message (Collapse)AuthorAgeFilesLines
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* Ignore generated binariesEric Andersen2002-08-231-0/+7
|
* Add a test from Stefan Soucek for pthread_cond_timedwait(). OnEric Andersen2002-02-202-1/+115
| | | | mmu-less ARM perhaps sigsetjmp() isn't working?
* Several test suite updates. The testatexit, teston_exit, andEric Andersen2002-02-137-0/+633
pthread tests were contributed by Stefan Soucek