summaryrefslogtreecommitdiffstats
path: root/test/pthread/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* build: Move test build flags in Makefile.inCarmelo Amoroso2009-12-031-1/+0
| | | | | | | Move test build flags in Makefile.in Makefile should be used only as a container for other sub Makefiles Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* build system changes needed for nptlAustin Foxley2009-10-171-0/+1
| | | | | | | | | * add include dir for nptl * pregen nptl headers * add include dir to pick up subarchs * a few tweaks for test/* to match state of the code Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso2009-03-161-4/+3
| | | | | | | | | | | Test build system modified to be similar to uClibc one: * test custom logic moved from Makefile to a new Makefile.in (to be included by Makefile). * Makefile same for all tests and just used for including all other needed makefiles. Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* cancellation-points needs librtMike Frysinger2007-05-021-0/+2
|
* fix license noticeMike Frysinger2006-07-051-1/+1
|
* dont bother setting TESTS nowMike Frysinger2006-02-151-2/+0
|
* convert to new test frameworkMike Frysinger2006-02-141-103/+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
* simplify TESTDIR setting and touchupMike Frysinger2005-06-291-2/+19
|
* 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).
* Add a test from Stefan Soucek for pthread_cond_timedwait(). OnEric Andersen2002-02-201-1/+12
| | | | mmu-less ARM perhaps sigsetjmp() isn't working?
* Several test suite updates. The testatexit, teston_exit, andEric Andersen2002-02-131-0/+79
pthread tests were contributed by Stefan Soucek