]> git.ipfire.org Git - thirdparty/glibc.git/commit - stdio-common/tst-printf.c
Modify several tests to use test-skeleton.c
authorArjun Shankar <arjun.is@lostca.se>
Mon, 3 Aug 2015 16:14:21 +0000 (16:14 +0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 6 Aug 2015 06:59:04 +0000 (02:59 -0400)
commitc1f4108352e446285e99f046e3929ed13d5e9851
tree6f9e0d7e91314c36593a92f7a0f11cb14839e04f
parenta03ba3630548d74920884dd12442d9937ad47072
Modify several tests to use test-skeleton.c

These tests were skipped by the use-test-skeleton conversion done in
commit 29955b5d because they did not have an `int main (void)'
declaration. Instead their `main' functions were declared with arguments
(i.e. argc, argv) even though they didn't use them.

Remove these arguments and include the test skeleton in these tests.
19 files changed:
ChangeLog
dirent/tst-seekdir.c
elf/tst-dlmodcount.c
elf/tst-order-main.c
elf/tst-pie2.c
inet/tst-ether_aton.c
misc/tst-mntent.c
misc/tst-tsearch.c
posix/tst-regexloc.c
resolv/tst-aton.c
stdio-common/test-fwrite.c
stdio-common/tst-ferror.c
stdio-common/tst-printf.c
stdio-common/tst-printfsz.c
stdlib/tst-strtod.c
string/tst-strlen.c
string/tst-svc.c
time/tst-strptime.c
timezone/tst-timezone.c