summaryrefslogtreecommitdiff
path: root/test/malloc/testmalloc.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-02-15fix warning about ignoring return value of reallocMike Frysinger
2002-08-14Move all malloc tests under test/malloc/Eric Andersen