X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funistr%2Ftest-u16-strchr.c;h=2b0bbcd9bd40155f3c6c21d17867b2b3b0e6497d;hb=2949b7fd942e2dc3470dfcc42fd6b77e6b27418a;hp=c3d5111d86fa2567dbf92effb720fbaa3584a0a8;hpb=ad9a24a121ab3154f30d9d38d8243f41566d151e;p=gnulib.git diff --git a/tests/unistr/test-u16-strchr.c b/tests/unistr/test-u16-strchr.c index c3d5111d8..2b0bbcd9b 100644 --- a/tests/unistr/test-u16-strchr.c +++ b/tests/unistr/test-u16-strchr.c @@ -1,5 +1,5 @@ /* Test of u16_strchr() function. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-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 @@ -21,6 +21,7 @@ #include "unistr.h" #include +#include #include "zerosize-ptr.h" #include "macros.h" @@ -31,3 +32,11 @@ #define U_STRCHR u16_strchr #define U_SET u16_set #include "test-strchr.h" + +int +main (void) +{ + test_strchr (); + + return 0; +}