Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed makefiles inclusion flow to pass actual configuration variable values. | Carmelo Amoroso | 2009-03-16 | 1 | -26/+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> | ||||
* | - remove superfluous $(strip) | Bernhard Reutner-Fischer | 2009-02-23 | 1 | -1/+1 |
| | |||||
* | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | 2009-02-17 | 1 | -1/+3 |
| | | | | | *: fix everything which prevents above from building | ||||
* | Pass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLE | Carmelo Amoroso | 2009-02-12 | 1 | -1/+3 |
| | | | | | | | support is not enabled in uclibc to fix build. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -5/+5 |
| | |||||
* | Remove automatically generated header when doing make clean | Carmelo Amoroso | 2008-05-20 | 1 | -1/+1 |
| | |||||
* | Fix some sh4 specific entries | Carmelo Amoroso | 2008-04-25 | 1 | -0/+5 |
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | fix license notice | Mike Frysinger | 2006-07-05 | 1 | -1/+1 |
| | |||||
* | convert to new framework and disable all tests that fail | Mike Frysinger | 2006-02-14 | 1 | -95/+15 |
| | |||||
* | make test output nicer so its easier to go through a log of `make -s` and ↵ | Mike Frysinger | 2005-07-01 | 1 | -4/+2 |
| | | | | find out what works/fails | ||||
* | remove old depend on Config and make it so that a test failure aborts the ↵ | Mike Frysinger | 2005-07-01 | 1 | -10/+10 |
| | | | | make process | ||||
* | simplify TESTDIR setting and touchup | Mike Frysinger | 2005-06-29 | 1 | -3/+1 |
| | |||||
* | Do not make tests depend on CC, since we no longer build a wrapper. | Eric Andersen | 2004-01-02 | 1 | -2/+2 |
| | |||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -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). | ||||
* | Update tests to be somewhat consistant with the rest of the world | Eric Andersen | 2003-01-23 | 1 | -3/+34 |
| | |||||
* | Rework the math library tests per the glibc math test code, with | Eric Andersen | 2002-05-09 | 1 | -65/+48 |
| | | | | | many unsupported tests disabled for the moment. -Erik | ||||
* | run dos2unix on these files | Eric Andersen | 2002-04-03 | 1 | -91/+91 |
| | |||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+20 |
| | |||||
* | Add in some math lib tests | Eric Andersen | 2001-10-02 | 1 | -0/+71 |