summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2001-11-12Fix common C ambiguity.David Schleef
2001-11-10Added .cvsignoreDavid Schleef
2001-10-12Beef up the fork test, checking for proper SIGCHLD behaviorEric Andersen
2001-10-02Add in some math lib testsEric Andersen
2001-09-27Scrub up a few test thingsEric Andersen
2001-09-21Fix the vfork test so it actually works this time.Eric Andersen
2001-09-21Add in a simple vfork testEric Andersen
2001-08-29Minor updateEric Andersen
2001-08-14Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=trueEric Andersen
2001-08-14Proper support for tests spannint multiple .o filesEric Andersen
2001-08-08This syncs things up with my local tree. Mainly changes installerEric Andersen
2001-07-13Add test for proper realloc() behavior.David Schleef
2001-07-12Use uClibc's ldd, not the system one which is probably brokenEric Andersen
2001-07-04Added stpcpy and strcasestr along with some code to test them.David McCullough
2001-07-03ignore generated stuffEric Andersen
2001-07-03Scrub up the tests a bit, and force everybody to use theEric Andersen
2001-06-29Add a dlopen testEric Andersen
2001-06-15Make all the uClibc tests use the --uclibc-use-build-dir flagEric Andersen
2001-06-12Default to testing shared libs.Eric Andersen
2001-06-07Add in a test for outb (that currently fails)Eric Andersen
2001-05-29Comment out broken testEric Andersen
2001-05-25Fixing flak from the directory rearrangementDavid Schleef
2001-05-25Added -WallDavid Schleef
2001-05-25Random quick-and-dirty evil malloc checker.David Schleef
2001-05-25The mmap syscall has 6 arguments, which has various implementationsDavid Schleef
2001-05-25Test to check for proper stat mangling.David Schleef
2001-05-25termios test program, since I'm having difficulty on powerpcDavid Schleef
2001-05-11Fix a couple silly bugs in this testEric Andersen
2001-05-11Fix the 'make clean' targetEric Andersen
2001-05-08Add in a qsort, alphasort, scandir test from Jon Nelson, jnelson@securepipe.comEric Andersen
2001-05-04Fixup ppc to powerpcEric Andersen
2001-04-27Just use 'ls -l' since ls -sh lacks sufficient granularityEric Andersen
2001-04-27Ignore strerrorEric Andersen
2001-04-26Ignore generated binaryEric Andersen
2001-04-23Fix up compiler nameEric Andersen
2001-03-19Debug should be off by defaultEric Andersen
2001-03-16Add in a setjmp test from David SchleefEric Andersen
2001-02-23Forgot to increment iEric Andersen
2001-02-19Fix problems with test wrapper and test compiler selection.Manuel Novoa III
2001-02-09Add in a silly test to check that argc, argv, and environ areEric Andersen
2001-01-23Oops. Should be LDFLAGS, not CFLAGS twiceEric Andersen
2001-01-20Reworked all test suite makefiles (man did they need it).Eric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-12-13Handle fork and vfork on a per architecture basis...Eric Andersen
2000-11-22Add in an additional test for memcmp suggested by Mathias LewinEric Andersen
2000-11-17Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,Eric Andersen
2000-11-17Turn off debug noiseEric Andersen
2000-11-16Fix it so files are not stripped when debugging (doh!). Fix up stripEric Andersen
2000-11-15Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen
2000-11-04Fix doc blunder.Eric Andersen