summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* 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
* remove some debug codeMike Frysinger2005-08-181-2/+1
* start of some rpc testsMike Frysinger2005-08-173-0/+81
* make sure UCLIBC_LDSO is defined if we are running in a test subdir rather th...Mike Frysinger2005-08-171-0/+4
* Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund2005-08-121-1/+1
* check the return value of the clone call tooMike Frysinger2005-07-281-3/+3
* dont run ls and make sure diff aborts if it failsMike Frysinger2005-07-271-13/+4
* add a basic errno test based on one from ltpMike Frysinger2005-07-272-1/+28
* when running shared tests, use the toplevel ldsoMike Frysinger2005-07-141-1/+3
* might as well test mmap64() tooMike Frysinger2005-07-092-1/+25
* make sure the call to signal() workedMike Frysinger2005-07-091-2/+8
* need unistd/string header filesMike Frysinger2005-07-091-0/+3
* need the ioctl header fileMike Frysinger2005-07-091-0/+1
* we need stdio.h for printf()Mike Frysinger2005-07-061-8/+8
* make test failures fatalMike Frysinger2005-07-061-5/+5
* move to new test frameworkMike Frysinger2005-07-021-36/+4
* move to new test frameworkMike Frysinger2005-07-021-34/+4
* move to new test frameworkMike Frysinger2005-07-021-34/+4
* new testing framework to unify duplicated code in subdirsMike Frysinger2005-07-026-384/+88
* exit according to how many tests failedMike Frysinger2005-07-021-20/+30
* make sure we strip quotes from the cross compiler prefixMike Frysinger2005-07-021-1/+1
* new testcase for clone()Mike Frysinger2005-07-022-0/+138
* GNU libc -> glibcMike Frysinger2005-07-0110-24/+24
* use $(CROSS_COMPILER_PREFIX) by default for CROSS settingMike Frysinger2005-07-011-1/+1
* reenable the glibc portion of the test so that we can do a non-interactive/si...Mike Frysinger2005-07-011-3/+3
* update tests to check exit status and abort only if things didnt work correctlyMike Frysinger2005-07-011-9/+6
* make the test silent/non-interactive and only abort if it actually failsMike Frysinger2005-07-013-6/+25
* make test output nicer so its easier to go through a log of `make -s` and fin...Mike Frysinger2005-07-0118-99/+74
* remove old depend on Config and make it so that a test failure aborts the mak...Mike Frysinger2005-07-0119-132/+128
* dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .configMike Frysinger2005-06-301-2/+6