summaryrefslogtreecommitdiffstats
path: root/test/nptl
Commit message (Collapse)AuthorAgeFilesLines
* nptl_test: sysdep headers re-factoringCarmelo Amoroso2010-02-092-0/+4
| | | | | | Update nptl and tls Makefiles according to new sysdep headers structure Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* test: fix static build of nptl and tls testsAustin Foxley2010-01-231-14/+19
| | | | | | | also add needed -lpthread lines to timer_* tests, since the implementation uses pthread functions Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* test/nptl: rework tst-tls3 to link with -z,nowAustin Foxley2009-11-293-11/+32
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* test/: compile fixes for nptl and tls testsAustin Foxley2009-11-291-0/+6
| | | | | | | | | | * Add a GLIBC_TESTS_DISABLED var because many of these tests need internal uClibc stuff. This disables the HOSTCC build of these tests * Fix up tls test macros for x86 * Fix the linking of the tls tests Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* test/nptl: don't use c99 features if you don't need toAustin Foxley2009-11-291-1/+2
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* test: nptl and tls tests need main include dirAustin Foxley2009-11-291-0/+1
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* make tls and nptl test buildBernhard Reutner-Fischer2009-11-222-145/+149
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* whitespace fixesAustin Foxley2009-10-171-1/+1
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* test/nptl/: tests for NPTLAustin Foxley2009-10-17197-0/+26837
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>