X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funistdio%2Ftest-u16-vsprintf1.c;h=ab320e760569ae3ed3a66f873526432a579467fb;hb=88418d5fd24c99aac393d3e2f564f6939e4e2fe3;hp=7e305dd2b3f8a7b8b3b552d3ef98f5c92d6c431e;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/tests/unistdio/test-u16-vsprintf1.c b/tests/unistdio/test-u16-vsprintf1.c index 7e305dd2b..ab320e760 100644 --- a/tests/unistdio/test-u16-vsprintf1.c +++ b/tests/unistdio/test-u16-vsprintf1.c @@ -1,5 +1,5 @@ /* Test of u16_vsprintf() 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_vsprintf () int main (int argc, char *argv[]) { + set_program_name (argv[0]); + test_vsprintf (); + return 0; }