summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2005-09-28Remove ar-target and shared targets, at build time now we traverse the tree o...Peter S. Mazinger
2005-09-07clean up code and make it easy to extendMike Frysinger
2005-09-07dont fail if target doesnt support mmap64Mike Frysinger
2005-08-31add (size_t)-1 border case tests for strncat and strncmp, and add a bunch of ...Mike Frysinger
2005-08-18remove some debug codeMike Frysinger
2005-08-17start of some rpc testsMike Frysinger
2005-08-17make sure UCLIBC_LDSO is defined if we are running in a test subdir rather th...Mike Frysinger
2005-08-12Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund
2005-07-28check the return value of the clone call tooMike Frysinger
2005-07-27dont run ls and make sure diff aborts if it failsMike Frysinger
2005-07-27add a basic errno test based on one from ltpMike Frysinger
2005-07-14when running shared tests, use the toplevel ldsoMike Frysinger
2005-07-09might as well test mmap64() tooMike Frysinger
2005-07-09make sure the call to signal() workedMike Frysinger
2005-07-09need unistd/string header filesMike Frysinger
2005-07-09need the ioctl header fileMike Frysinger
2005-07-06we need stdio.h for printf()Mike Frysinger
2005-07-06make test failures fatalMike Frysinger
2005-07-02move to new test frameworkMike Frysinger
2005-07-02move to new test frameworkMike Frysinger
2005-07-02move to new test frameworkMike Frysinger
2005-07-02new testing framework to unify duplicated code in subdirsMike Frysinger
2005-07-02exit according to how many tests failedMike Frysinger
2005-07-02make sure we strip quotes from the cross compiler prefixMike Frysinger
2005-07-02new testcase for clone()Mike Frysinger
2005-07-01GNU libc -> glibcMike Frysinger
2005-07-01use $(CROSS_COMPILER_PREFIX) by default for CROSS settingMike Frysinger
2005-07-01reenable the glibc portion of the test so that we can do a non-interactive/si...Mike Frysinger
2005-07-01update tests to check exit status and abort only if things didnt work correctlyMike Frysinger
2005-07-01make the test silent/non-interactive and only abort if it actually failsMike Frysinger
2005-07-01make test output nicer so its easier to go through a log of `make -s` and fin...Mike Frysinger
2005-07-01remove old depend on Config and make it so that a test failure aborts the mak...Mike Frysinger
2005-06-30dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .configMike Frysinger
2005-06-30type cast output to prevent build warningsMike Frysinger
2005-06-30type cast output to prevent build warningsMike Frysinger
2005-06-30remove unused variableMike Frysinger
2005-06-30fix type casting so we dont have any warnings on 32/64 bit archesMike Frysinger
2005-06-30fix ALL_SUBDIRS/DIRS setting so clean always kills everythingMike Frysinger
2005-06-30exit with an error if thread functions failed so make can detect the problemMike Frysinger
2005-06-29need stdlib.h for some thingsMike Frysinger
2005-06-29need to include string.h for some mem funcsMike Frysinger
2005-06-29simplify TESTDIR setting and touchupMike Frysinger
2005-06-29clean up and use topdir .config instead of local ConfigMike Frysinger
2005-06-29touchup syntaxMike Frysinger
2005-06-29touchups syntax and fix warning when using 64bit archesMike Frysinger
2005-02-12no more cvsMike Frysinger
2004-08-26Fixes from gentoo.Manuel Novoa III
2004-01-03Add ldflags where neededEric Andersen
2004-01-02A useful/useless little malloc time testEric Andersen
2004-01-02Remove remnants of the gcc wrapperEric Andersen