diff options
Diffstat (limited to 'intl/tst-translit.c')
-rw-r--r-- | intl/tst-translit.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/intl/tst-translit.c b/intl/tst-translit.c index 1aecee7..299fa40 100644 --- a/intl/tst-translit.c +++ b/intl/tst-translit.c @@ -24,8 +24,8 @@ #include <string.h> #include <unistd.h> -int -main (void) +static int +do_test (void) { int result = 0; const char *s; @@ -49,3 +49,6 @@ main (void) return result; } + +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" |