summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Mike Frysinger2005-08-171-0/+4
| | | | than toplevel
* 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 ↵Mike Frysinger2005-07-011-3/+3
| | | | non-interactive/silent comparison between uclibc and glibc results
* 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 ↵Mike Frysinger2005-07-0118-99/+74
| | | | find out what works/fails
* remove old depend on Config and make it so that a test failure aborts the ↵Mike Frysinger2005-07-0119-132/+128
| | | | make process
* dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .configMike Frysinger2005-06-301-2/+6
|
* type cast output to prevent build warningsMike Frysinger2005-06-301-1/+1
|
* type cast output to prevent build warningsMike Frysinger2005-06-301-1/+1
|
* remove unused variableMike Frysinger2005-06-301-1/+1
|
* fix type casting so we dont have any warnings on 32/64 bit archesMike Frysinger2005-06-303-32/+32
|
* fix ALL_SUBDIRS/DIRS setting so clean always kills everythingMike Frysinger2005-06-301-5/+6
|
* exit with an error if thread functions failed so make can detect the problemMike Frysinger2005-06-301-23/+19
|
* need stdlib.h for some thingsMike Frysinger2005-06-291-2/+3
|
* need to include string.h for some mem funcsMike Frysinger2005-06-291-0/+1
|
* simplify TESTDIR setting and touchupMike Frysinger2005-06-2919-61/+38
|
* clean up and use topdir .config instead of local ConfigMike Frysinger2005-06-292-53/+45
|
* touchup syntaxMike Frysinger2005-06-291-14/+11
|
* touchups syntax and fix warning when using 64bit archesMike Frysinger2005-06-291-21/+18
|
* no more cvsMike Frysinger2005-02-1220-167/+0
|
* Fixes from gentoo.Manuel Novoa III2004-08-262-5/+5
|
* Add ldflags where neededEric Andersen2004-01-031-7/+7
|
* A useful/useless little malloc time testEric Andersen2004-01-021-0/+62
|
* Remove remnants of the gcc wrapperEric Andersen2004-01-021-3/+3
|
* Do not make tests depend on CC, since we no longer build a wrapper.Eric Andersen2004-01-0218-52/+52
|
* Additional passwd and group testsEric Andersen2003-11-025-46/+157
|
* Add some additional pwd/grp tests, to prevent me fromEric Andersen2003-11-014-1/+158
| | | | | breaking obvious things in the future. -Erik
* Peter Kjellerstedt writes:Eric Andersen2003-10-1821-23/+25
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).