malloc: Add realloc test.
commit0c66b8e985649f89a84b26ba02740b23e1f4e091
authorWill Newton <will.newton@linaro.org>
Wed, 7 Aug 2013 18:56:21 +0000 (7 19:56 +0100)
committerWill Newton <will.newton@linaro.org>
Mon, 9 Sep 2013 08:20:09 +0000 (9 09:20 +0100)
tree0a6d2457d61254898c4d55a5c3f12400257d6698
parentf6b00fd1153295bc32041724a88aad84ba598b4a
malloc: Add realloc test.

The current tests don't test the functionality of realloc in detail.
Add a new test for realloc that exercises some of the corner cases
that are not otherwise tested.

ChangeLog:

2013-09-09  Will Newton  <will.newton@linaro.org>

* malloc/Makefile: Add tst-realloc to tests.
* malloc/tst-realloc.c: New file.
ChangeLog
malloc/Makefile
malloc/tst-realloc.c [new file with mode: 0644]