X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funistdio%2Ftest-u16-vsnprintf1.c;h=d85e3f678e0c0e8e9124c9561ec96c100ffa5b2e;hb=df8ad3525d27df0b821539df90af26c7fa6d3188;hp=1dcfaabad8e5edf88c4515d43942f29f8b34024c;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/tests/unistdio/test-u16-vsnprintf1.c b/tests/unistdio/test-u16-vsnprintf1.c index 1dcfaabad..d85e3f678 100644 --- a/tests/unistdio/test-u16-vsnprintf1.c +++ b/tests/unistdio/test-u16-vsnprintf1.c @@ -1,5 +1,5 @@ /* Test of u16_vsnprintf() function. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,25 +23,14 @@ #include #include #include -#include #include #include #include #include "unistr.h" #include "xalloc.h" - -#define SIZEOF(array) (sizeof (array) / sizeof (array[0])) -#define ASSERT(expr) \ - do \ - { \ - if (!(expr)) \ - { \ - fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ - abort (); \ - } \ - } \ - while (0) +#include "progname.h" +#include "macros.h" #include "test-u16-printf1.h" @@ -74,6 +63,9 @@ test_vsnprintf () int main (int argc, char *argv[]) { + set_program_name (argv[0]); + test_vsnprintf (); + return 0; }