summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* convert to new test frameworkMike Frysinger2006-02-141-125/+8
|
* grab fnmatch from glibcMike Frysinger2006-02-142-0/+1143
|
* move the 64bit tests into a sep fileMike Frysinger2006-02-142-8/+1
|
* allow for runtime testingMike Frysinger2006-02-141-2/+2
|
* document why the ftell() should be 5 and not 14Mike Frysinger2006-02-141-0/+2
|
* fix fdopen testMike Frysinger2006-02-141-1/+1
|
* - tighten up outputMike Frysinger2006-02-141-24/+60
| | | | | | | - add support for per-test and per-subdir CFLAGS/LDFLAGS - move common uClibc/glibc code into defines - add support for diffing output between uClibc/glibc - add rules for generating libraries (needed by dlopen) ... only supports uClibc atm though
* convert to new test frameworkMike Frysinger2006-02-142-153/+9
|
* just use := instead of =Mike Frysinger2006-02-141-1/+1
|
* dont bother exporting variables and use := where appropriateMike Frysinger2006-02-147-15/+17
|
* add more test dirs, touchup output, and some other misc touchupsMike Frysinger2006-02-141-12/+16
|
* add support for pretty output, remove LDD, make sure we build tests as ↵Mike Frysinger2006-02-141-13/+47
| | | | GNU_SOURCE, and link against currently compiled libs
* grab a bunch of tests from glibcMike Frysinger2006-02-1412-1/+816
|
* sync with glibcMike Frysinger2006-02-141-17/+17
|
* rename test to match glibcMike Frysinger2006-02-142-1/+1
|
* sync with glibcMike Frysinger2006-02-141-6/+64
|
* convert to new test systemMike Frysinger2006-02-141-65/+6
|
* renameMike Frysinger2006-02-141-0/+0
|
* fix gcc warning: ex3.c:31: warning: int format, different type arg (arg 2)Mike Frysinger2006-02-141-1/+1
|
* convert to new test frameworkMike Frysinger2006-02-111-70/+4
|
* convert to new test frameworkMike Frysinger2006-02-111-101/+4
|
* allow for controlling of uclibc vs glibc tests until this gets converted ↵Mike Frysinger2006-02-111-5/+13
| | | | into new style test framework
* use := rather than =Mike Frysinger2006-02-111-1/+1
|
* automate the tests a bitMike Frysinger2006-02-112-3/+176
|
* fix warnings on 64bit hostsMike Frysinger2006-02-082-5/+5
|
* fix segfault do to sizeof(NULL) usageMike Frysinger2006-02-041-2/+4
|
* touchup test to have some more helpful outputMike Frysinger2006-02-041-13/+35
|
* import files from glibc for an ia64/static portMike Frysinger2006-02-043-4/+26
|
* use regular fseeko()Mike Frysinger2006-01-141-2/+2
|
* simple stdarg testMike Frysinger2006-01-141-0/+19
|
* dlopen test also requires threads :/Mike Frysinger2006-01-131-1/+1
|
* use LDFLAGS when linking .so files as pointed out by Peter S. MazingerMike Frysinger2006-01-121-3/+3
|
* test for seek funcsMike Frysinger2006-01-121-0/+78
|
* dont use LDFLAGS when just compilingMike Frysinger2006-01-111-2/+2
|
* descend into mmap subdirMike Frysinger2006-01-111-1/+1
|
* dont redefine _GNU_SOURCEMike Frysinger2006-01-111-1/+3
|
* cleanup code and dont use %m glibcismMike Frysinger2006-01-111-35/+35
|
* need _GNU_SOURCE for the strsignal() funcMike Frysinger2006-01-091-0/+1
|
* dont include atexit() if uClibc doesnt support itMike Frysinger2006-01-081-0/+2
|
* simple test for the if_nameindex() related functionsMike Frysinger2006-01-061-0/+61
|
* Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger2005-11-251-1/+1
|
* Remove TOPDIR, update copyrightPeter S. Mazinger2005-11-212-20/+12
|
* import test from glibcMike Frysinger2005-11-152-1/+78
|
* add a way to just run uclibc or glibc testsMike Frysinger2005-11-151-1/+8
|
* HAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD_UCLIBC_LDSO and ↵Peter S. Mazinger2005-10-281-1/+1
| | | | replace the dependencies w/ HAVE_SHARED
* Remove ar-target and shared targets, at build time now we traverse the tree ↵Peter S. Mazinger2005-09-281-1/+0
| | | | only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a
* clean up code and make it easy to extendMike Frysinger2005-09-071-8/+54
|
* dont fail if target doesnt support mmap64Mike Frysinger2005-09-071-0/+4
|
* add (size_t)-1 border case tests for strncat and strncmp, and add a bunch of ↵Mike Frysinger2005-08-311-0/+31
| | | | tests for strnlen based on strlen
* remove some debug codeMike Frysinger2005-08-181-2/+1
|