summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Debug should be off by defaultEric Andersen2001-03-191-1/+1
|
* Add in a setjmp test from David SchleefEric Andersen2001-03-162-0/+57
|
* Forgot to increment iEric Andersen2001-02-231-1/+1
|
* Fix problems with test wrapper and test compiler selection.Manuel Novoa III2001-02-191-2/+2
|
* Add in a silly test to check that argc, argv, and environ areEric Andersen2001-02-092-0/+66
| | | | | working as expected... -Erik
* Oops. Should be LDFLAGS, not CFLAGS twiceEric Andersen2001-01-232-2/+2
|
* Reworked all test suite makefiles (man did they need it).Eric Andersen2001-01-2014-325/+261
| | | | | | | Refactored testsuite.h so it behaves the way I want it to. As policy now, all test apps are _supposed_ to use testsuite.h (not all have been converted to do this yet). It is simple, clean, and works. -Erik
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-0/+24
|
* Handle fork and vfork on a per architecture basis...Eric Andersen2000-12-131-2/+8
|
* Add in an additional test for memcmp suggested by Mathias LewinEric Andersen2000-11-221-9/+19
| | | | <mln@sys.sigma.se> (I just checked in a fix for memcmp to make it pass).
* Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,Eric Andersen2000-11-172-2/+2
| | | | and a bit of extra cleanup in the test makefiles.
* Turn off debug noiseEric Andersen2000-11-171-5/+2
|
* Fix it so files are not stripped when debugging (doh!). Fix up stripEric Andersen2000-11-168-48/+24
| | | | | rules. With this fix in place, I can now find what is wrong with malloc... -Erik
* Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen2000-11-151-2/+5
| | | | rework include/stdio.h, and fix up the resultant damage.
* Fix doc blunder.Eric Andersen2000-11-046-69/+69
|
* Make spelling of uClibc be consistant.Eric Andersen2000-11-0411-13/+13
|
* Header file cleanupEric Andersen2000-10-301-1/+1
|
* More random fixes and additions.Eric Andersen2000-10-273-0/+11
|
* Ignore leftovers...Eric Andersen2000-10-271-0/+2
|
* Add in a fork test. Fix select so it works.Eric Andersen2000-10-262-0/+110
|
* Fix makefile bugsEric Andersen2000-10-261-4/+4
|
* Link vs libgcc to include needed stuff.Eric Andersen2000-10-267-7/+7
|
* Revert Makefie changes.Eric Andersen2000-10-231-3/+1
|
* Link w libcc.Eric Andersen2000-10-231-1/+3
|
* ignore more stuffEric Andersen2000-10-201-0/+5
|
* More updates. Implement strsignal. Add pwd_grp testsEric Andersen2000-10-189-59/+407
|
* Signal test. One test written and already found a bug.Eric Andersen2000-10-183-0/+151
| | | | -Erik
* Naming fixEric Andersen2000-10-171-2/+2
|
* More stuffEric Andersen2000-10-172-2/+2
|
* Ignore more junkEric Andersen2000-10-171-0/+3
|
* Clean up after ourselvesEric Andersen2000-10-171-2/+4
|
* Update excludesEric Andersen2000-10-171-0/+2
|
* More updatesEric Andersen2000-10-174-4/+17
|
* Makefile updateEric Andersen2000-10-122-8/+1
|
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-111-0/+7
|
* Test cleanupEric Andersen2000-10-111-2/+2
|
* Bug ugly formatting updateEric Andersen2000-10-093-2/+98
|
* Forgot to ignore thisEric Andersen2000-10-071-0/+1
|
* Major update to string handling. strcmp and friends were horriblyEric Andersen2000-10-052-0/+129
| | | | | broken. They now test out as working properly. -Erik
* More makefile updatesEric Andersen2000-10-043-9/+6
|
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-24/+33
| | | | -Erik
* Major facelift on the test area -- the beginnings of some real testingEric Andersen2000-10-0418-173/+2000
| | | | | stuff so we can get this library into shape. -Erik
* Add in some more test suite stuff.Eric Andersen2000-10-031-3/+47
| | | | -Erik
* test proggy for strtol, strtoulDavid Schleef2000-09-121-1/+44
|
* Fix up the Makefile for better portabilityEric Andersen2000-09-011-8/+11
| | | | -Erik
* Fix up the makefiles. malloc-simple/Makefile forgot to include realloc.Eric Andersen2000-06-291-1/+1
| | | | | test/Makefile used a hard coded absolute path (bad, bad, bad). -Erik
* More housecleaning.Erik Andersen2000-05-171-0/+8
| | | | -Erik
* More tests. Seems malloc isn't working...Erik Andersen2000-05-171-15/+51
| | | | -Erik
* Some more makefile fixes.Erik Andersen2000-05-161-6/+41
| | | | -Erik
* Add in a test dir.Erik Andersen2000-05-161-0/+22
-Erik