summaryrefslogtreecommitdiffstats
path: root/test/pthread
Commit message (Collapse)AuthorAgeFilesLines
* dont bother setting TESTS nowMike Frysinger2006-02-151-2/+0
|
* convert to new test frameworkMike Frysinger2006-02-141-103/+5
|
* fix gcc warning: ex3.c:31: warning: int format, different type arg (arg 2)Mike Frysinger2006-02-141-1/+1
|
* fix warnings on 64bit hostsMike Frysinger2006-02-082-5/+5
|
* make test output nicer so its easier to go through a log of `make -s` and ↵Mike Frysinger2005-07-011-7/+7
| | | | find out what works/fails
* remove old depend on Config and make it so that a test failure aborts the ↵Mike Frysinger2005-07-011-15/+14
| | | | make process
* exit with an error if thread functions failed so make can detect the problemMike Frysinger2005-06-301-23/+19
|
* simplify TESTDIR setting and touchupMike Frysinger2005-06-291-2/+19
|
* no more cvsMike Frysinger2005-02-121-7/+0
|
* Do not make tests depend on CC, since we no longer build a wrapper.Eric Andersen2004-01-021-7/+7
|
* 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