X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funistr%2Ftest-u32-strchr.c;h=0e50ecc1d589765242a3549478c7010083151f10;hb=e7086a9a301ffcfef17edbcba9e7c0312c33f7a8;hp=fdbdc0dbcafbd8e87d61a28c328265b16a5ae7d8;hpb=9ce199fbdfdab7ea619959741e0dba0dc5ca9146;p=gnulib.git diff --git a/tests/unistr/test-u32-strchr.c b/tests/unistr/test-u32-strchr.c index fdbdc0dbc..0e50ecc1d 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-2013 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 @@ -32,3 +32,11 @@ #define U_STRCHR u32_strchr #define U_SET u32_set #include "test-strchr.h" + +int +main (void) +{ + test_strchr (); + + return 0; +}