]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - iconv/tst-iconv3.c
Convert tst-iconv3 to use test-skeleton.
[thirdparty/glibc.git] / iconv / tst-iconv3.c
index f31c8129d7cc6f336ed7e6b0fd6591ab9e34c623..b06f75f0bc50ec656e408214b8cc0bb5c15f17db 100644 (file)
@@ -7,8 +7,8 @@
 
 #define BUFSIZE 10000
 
-int
-main (int argc, char *argv[])
+static int
+do_test (void)
 {
   char inbuf[BUFSIZE];
   wchar_t outbuf[BUFSIZE];
@@ -51,3 +51,6 @@ main (int argc, char *argv[])
 
   return result;
 }
+
+#define TEST_FUNCTION do_test ()
+#include "../test-skeleton.c"