summaryrefslogtreecommitdiffstats
path: root/test/nptl/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* test_nptl: fix expected result for tst-cputimer[123]Filippo Arcidiacono2011-05-031-4/+0
| | | | | Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* test_nptl: fix expected result for tst-clock2 testFilippo Arcidiacono2011-05-021-1/+0
| | | | | | | | | | tst-clock2 should return 0 when _SC_THREAD_CPUTIME option isn't available, instead of treating it as an error. Further set the expected ret value as 0 avoiding to hide any real failures in case of THREAD_CPUTIME feature available. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* tests: Added new nptl testsSalvatore Cro2010-09-151-1/+69
| | | | | | | tests: Added several nptl tests from glibc 2.10.1 Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* tests: nptl tests dependencies cleanupSalvatore Cro2010-09-091-12/+8
| | | | | | | tests: some cleanings on nptl tests' dependencies. Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* testsuite: nptl/tst-basic5 depends on SUSV4_LEGACYBernhard Reutner-Fischer2010-08-171-0/+4
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* nptl_test: sysdep headers re-factoringCarmelo Amoroso2010-02-091-0/+3
| | | | | | 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-291-2/+2
| | | | 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 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-221-0/+146
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>