summaryrefslogtreecommitdiffstats
path: root/test/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build system changes needed for nptlAustin Foxley2009-10-171-1/+4
* Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso2009-03-161-1/+1
* libm: add scalbf, gammaf, significandf wrappers.Denis Vlasenko2009-02-051-1/+0
* test/Makefile: make "make compile" install headers firstDenis Vlasenko2008-12-241-1/+4
* - remove the error counterBernhard Reutner-Fischer2008-07-111-4/+2
* - add error-counter, do not immediately exit if a testcase fails but printBernhard Reutner-Fischer2008-07-111-1/+2
* - do not test pthread if threads are not availableBernhard Reutner-Fischer2008-07-111-0/+3
* - don't test libcrypt stubsBernhard Reutner-Fischer2008-07-111-0/+3
* - do not run tests that are not availableBernhard Reutner-Fischer2008-07-111-0/+6
* New test targets 'compile' and 'run'Khem Raj2007-03-051-2/+14
* start pulling in top level Rules.mak so we get access to import CFLAGS/LDFLAG...Mike Frysinger2006-12-161-1/+0
* Move regex tests to their own subdir and dont run them if regex is disabledPeter S. Mazinger2006-03-011-0/+3
* dynamically build the DIRS variables so i dont have to keep updating it all t...Mike Frysinger2006-02-171-14/+11
* add missing subdirsMike Frysinger2006-02-151-2/+2
* add more test dirs, touchup output, and some other misc touchupsMike Frysinger2006-02-141-12/+16
* dlopen test also requires threads :/Mike Frysinger2006-01-131-1/+1
* descend into mmap subdirMike Frysinger2006-01-111-1/+1
* Remove TOPDIR, update copyrightPeter S. Mazinger2005-11-211-15/+4
* HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and repla...Peter S. Mazinger2005-10-281-1/+1
* Remove ar-target and shared targets, at build time now we traverse the tree o...Peter S. Mazinger2005-09-281-1/+0
* make test output nicer so its easier to go through a log of `make -s` and fin...Mike Frysinger2005-07-011-0/+1
* fix ALL_SUBDIRS/DIRS setting so clean always kills everythingMike Frysinger2005-06-301-5/+6
* touchup syntaxMike Frysinger2005-06-291-14/+11
* Fixes from gentoo.Manuel Novoa III2004-08-261-4/+4
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* move the ldso tests to dlopen where they belongEric Andersen2003-09-011-2/+2
* Patch from Stefan AlliusEric Andersen2003-02-171-1/+1
* Change some variable names so we are more consistant with whatEric Andersen2002-12-041-1/+1
* Add in 'ldso' to directory list since 'make clean' was not recursing"Steven J. Hill"2002-11-111-1/+1
* Allow 'make clean' on the test stuff to work with the new config system.Eric Andersen2002-10-311-1/+1
* Test threads when appropriateEric Andersen2002-08-121-0/+3
* Test for libcrypt (which is partly broken ATM)Eric Andersen2002-02-231-1/+1
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-5/+1
* Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHAREDDavid Schleef2001-11-261-0/+2
* Minor updateEric Andersen2001-08-291-8/+12
* Scrub up the tests a bit, and force everybody to use theEric Andersen2001-07-031-1/+4
* Add in a test for outb (that currently fails)Eric Andersen2001-06-071-2/+2
* Fix the 'make clean' targetEric Andersen2001-05-111-3/+4
* Reworked all test suite makefiles (man did they need it).Eric Andersen2001-01-201-1/+9
* Fix doc blunder.Eric Andersen2000-11-041-4/+4
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
* More random fixes and additions.Eric Andersen2000-10-271-0/+1
* More updates. Implement strsignal. Add pwd_grp testsEric Andersen2000-10-181-1/+1
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-24/+33
* Major facelift on the test area -- the beginnings of some real testingEric Andersen2000-10-041-173/+21
* Add in some more test suite stuff.Eric Andersen2000-10-031-3/+47
* test proggy for strtol, strtoulDavid Schleef2000-09-121-1/+44
* Fix up the Makefile for better portabilityEric Andersen2000-09-011-8/+11
* Fix up the makefiles. malloc-simple/Makefile forgot to include realloc.Eric Andersen2000-06-291-1/+1
* More tests. Seems malloc isn't working...Erik Andersen2000-05-171-15/+51