| Commit message (Expand) | Author | Age | Files | Lines |
* | build system changes needed for nptl | Austin Foxley | 2009-10-17 | 1 | -1/+4 |
* | Fixed makefiles inclusion flow to pass actual configuration variable values. | Carmelo Amoroso | 2009-03-16 | 1 | -1/+1 |
* | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko | 2009-02-05 | 1 | -1/+0 |
* | test/Makefile: make "make compile" install headers first | Denis Vlasenko | 2008-12-24 | 1 | -1/+4 |
* | - remove the error counter | Bernhard Reutner-Fischer | 2008-07-11 | 1 | -4/+2 |
* | - add error-counter, do not immediately exit if a testcase fails but print | Bernhard Reutner-Fischer | 2008-07-11 | 1 | -1/+2 |
* | - do not test pthread if threads are not available | Bernhard Reutner-Fischer | 2008-07-11 | 1 | -0/+3 |
* | - don't test libcrypt stubs | Bernhard Reutner-Fischer | 2008-07-11 | 1 | -0/+3 |
* | - do not run tests that are not available | Bernhard Reutner-Fischer | 2008-07-11 | 1 | -0/+6 |
* | New test targets 'compile' and 'run' | Khem Raj | 2007-03-05 | 1 | -2/+14 |
* | start pulling in top level Rules.mak so we get access to import CFLAGS/LDFLAG... | Mike Frysinger | 2006-12-16 | 1 | -1/+0 |
* | Move regex tests to their own subdir and dont run them if regex is disabled | Peter S. Mazinger | 2006-03-01 | 1 | -0/+3 |
* | dynamically build the DIRS variables so i dont have to keep updating it all t... | Mike Frysinger | 2006-02-17 | 1 | -14/+11 |
* | add missing subdirs | Mike Frysinger | 2006-02-15 | 1 | -2/+2 |
* | add more test dirs, touchup output, and some other misc touchups | Mike Frysinger | 2006-02-14 | 1 | -12/+16 |
* | dlopen test also requires threads :/ | Mike Frysinger | 2006-01-13 | 1 | -1/+1 |
* | descend into mmap subdir | Mike Frysinger | 2006-01-11 | 1 | -1/+1 |
* | Remove TOPDIR, update copyright | Peter S. Mazinger | 2005-11-21 | 1 | -15/+4 |
* | HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and repla... | Peter S. Mazinger | 2005-10-28 | 1 | -1/+1 |
* | Remove ar-target and shared targets, at build time now we traverse the tree o... | Peter S. Mazinger | 2005-09-28 | 1 | -1/+0 |
* | make test output nicer so its easier to go through a log of `make -s` and fin... | Mike Frysinger | 2005-07-01 | 1 | -0/+1 |
* | fix ALL_SUBDIRS/DIRS setting so clean always kills everything | Mike Frysinger | 2005-06-30 | 1 | -5/+6 |
* | touchup syntax | Mike Frysinger | 2005-06-29 | 1 | -14/+11 |
* | Fixes from gentoo. | Manuel Novoa III | 2004-08-26 | 1 | -4/+4 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | move the ldso tests to dlopen where they belong | Eric Andersen | 2003-09-01 | 1 | -2/+2 |
* | Patch from Stefan Allius | Eric Andersen | 2003-02-17 | 1 | -1/+1 |
* | Change some variable names so we are more consistant with what | Eric Andersen | 2002-12-04 | 1 | -1/+1 |
* | Add in 'ldso' to directory list since 'make clean' was not recursing | "Steven J. Hill" | 2002-11-11 | 1 | -1/+1 |
* | Allow 'make clean' on the test stuff to work with the new config system. | Eric Andersen | 2002-10-31 | 1 | -1/+1 |
* | Test threads when appropriate | Eric Andersen | 2002-08-12 | 1 | -0/+3 |
* | Test for libcrypt (which is partly broken ATM) | Eric Andersen | 2002-02-23 | 1 | -1/+1 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -5/+1 |
* | Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHARED | David Schleef | 2001-11-26 | 1 | -0/+2 |
* | Minor update | Eric Andersen | 2001-08-29 | 1 | -8/+12 |
* | Scrub up the tests a bit, and force everybody to use the | Eric Andersen | 2001-07-03 | 1 | -1/+4 |
* | Add in a test for outb (that currently fails) | Eric Andersen | 2001-06-07 | 1 | -2/+2 |
* | Fix the 'make clean' target | Eric Andersen | 2001-05-11 | 1 | -3/+4 |
* | Reworked all test suite makefiles (man did they need it). | Eric Andersen | 2001-01-20 | 1 | -1/+9 |
* | Fix doc blunder. | Eric Andersen | 2000-11-04 | 1 | -4/+4 |
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 1 | -1/+1 |
* | More random fixes and additions. | Eric Andersen | 2000-10-27 | 1 | -0/+1 |
* | More updates. Implement strsignal. Add pwd_grp tests | Eric Andersen | 2000-10-18 | 1 | -1/+1 |
* | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | 2000-10-04 | 1 | -24/+33 |
* | Major facelift on the test area -- the beginnings of some real testing | Eric Andersen | 2000-10-04 | 1 | -173/+21 |
* | Add in some more test suite stuff. | Eric Andersen | 2000-10-03 | 1 | -3/+47 |
* | test proggy for strtol, strtoul | David Schleef | 2000-09-12 | 1 | -1/+44 |
* | Fix up the Makefile for better portability | Eric Andersen | 2000-09-01 | 1 | -8/+11 |
* | Fix up the makefiles. malloc-simple/Makefile forgot to include realloc. | Eric Andersen | 2000-06-29 | 1 | -1/+1 |
* | More tests. Seems malloc isn't working... | Erik Andersen | 2000-05-17 | 1 | -15/+51 |