summaryrefslogtreecommitdiff
path: root/test/malloc/malloc.c
AgeCommit message (Collapse)Author
2016-10-28test: remove test suiteWaldemar Brodkorb
The test suite is now a developed in a separate git repository. See here: http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng-test.git The test suite should be just like every other software compiled with the cross-toolchain. In the past strange problems where found when the test suite got build in the toolchain creation step.
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2006-03-17Fix 'realloc' and revert previous changes to tests. malloc tests all pass ↵"Steven J. Hill"
regardless of the setting of MALLOC_GLIBC_COMPAT.
2006-03-17Fix tests to work if MALLOC_GLIBC_COMPAT is enabled."Steven J. Hill"
2005-07-02exit according to how many tests failedMike Frysinger
2005-06-29need to include string.h for some mem funcsMike Frysinger
2002-08-14Move all malloc tests under test/malloc/Eric Andersen
2001-07-13Add test for proper realloc() behavior.David Schleef
2001-05-25Random quick-and-dirty evil malloc checker.David Schleef