summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2004-01-02Do not make tests depend on CC, since we no longer build a wrapper.Eric Andersen
2003-11-02Additional passwd and group testsEric Andersen
2003-11-01Add some additional pwd/grp tests, to prevent me fromEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-09-08Fix broken testEric Andersen
2003-09-02Make it easier to disable lib debugging (mainly for when testingEric Andersen
2003-09-01Use "__pthread_once", since that is weak and present in bothEric Andersen
2003-09-01move the ldso tests to dlopen where they belongEric Andersen
2003-09-01kill these too.Eric Andersen
2003-09-01A better test for a dlopen problem with weak symbols, basedEric Andersen
2003-09-01minor cleanupEric Andersen
2003-08-19ignore unwanted stuffEric Andersen
2003-08-19Update the tests a little bitEric Andersen
2003-06-27Add a test which shows off the broken spots in our dlopen implementationEric Andersen
2003-02-27Fix a silly bugEric Andersen
2003-02-26Prefer mmap2 for mips when available. Fix the mmap test.Eric Andersen
2003-02-17Patch from Stefan AlliusEric Andersen
2003-02-10A few minor little changesEric Andersen
2003-01-28Add a couple of testsEric Andersen
2003-01-24Stick some evil casts in to make sure this works regardlessEric Andersen
2003-01-24Better stat testsEric Andersen
2003-01-23Update tests to be somewhat consistant with the rest of the worldEric Andersen
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
2002-11-28Fix compilation on mipsEric Andersen