summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2002-01-02New and improved!Eric Andersen
2002-01-02Cleaned up test that doesn't need manual intervention.Eric Andersen
2002-01-02Add a test for a sigchld bugEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-30Always use --uclibc-use-build-dirEric Andersen
2001-11-26libhowdy.so needs to be compiled with -fPICDavid Schleef
2001-11-26Disable ldso directory if DODYNAMIC isn't true, in addition to HAVE_SHAREDDavid Schleef
2001-11-26Fix dependenciesDavid Schleef
2001-11-26strsignal() is a GNU extensionDavid Schleef
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