X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funistr%2Ftest-u32-strchr.c;h=79f80baca16e36b6c45bfd93b4e9936a434533b8;hb=b99de3becfcd1b88e77fc03f75323b04402bcee1;hp=f2b3a1644b4283dc87b7ec182d04905c60a778cf;hpb=ad9a24a121ab3154f30d9d38d8243f41566d151e;p=gnulib.git diff --git a/tests/unistr/test-u32-strchr.c b/tests/unistr/test-u32-strchr.c index f2b3a1644..79f80baca 100644 --- a/tests/unistr/test-u32-strchr.c +++ b/tests/unistr/test-u32-strchr.c @@ -1,5 +1,5 @@ /* Test of u32_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 u32_strchr #define U_SET u32_set #include "test-strchr.h" + +int +main (void) +{ + test_strchr (); + + return 0; +}