Move string/testcopy.c to test-driver.c and xmalloc (bug 19667).
commitd92c2759976600decd8353730a5b5ce30c2758d8
authorJoseph Myers <joseph@codesourcery.com>
Tue, 6 Feb 2018 21:43:20 +0000 (6 21:43 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 6 Feb 2018 21:43:20 +0000 (6 21:43 +0000)
tree4f9db511947e9cf1e2c709bf070cfd6ee09acea5
parent625fb764b4d9138fe9c2cbffa1b755e8f43f6e06
Move string/testcopy.c to test-driver.c and xmalloc (bug 19667).

Bug 19667 reports unchecked malloc calls in the test
string/testcopy.c.  This patch makes that test use xmalloc and the
support/test-driver.c test framework.

Tested for x86_64.

[BZ #19667]
* string/testcopy.c: Include <support/support.h>.  Do not include
<malloc.h>.  Use <support/test-driver.c>.
(main): Rename to do_test.  Make static.  Use xmalloc instead of
malloc.
ChangeLog
string/testcopy.c