diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-17 19:21:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-17 19:21:04 +0000 |
commit | 4c7e2bb082501743a1bd1d0c2a49e392209f63ba (patch) | |
tree | 4b404fb9c1605e421f21553214de6014a3b91ebc /locale/tst-C-locale.c | |
parent | 5a0e429dd8203586aaefc4064f246aa6f592f8e0 (diff) | |
download | glibc-4c7e2bb082501743a1bd1d0c2a49e392209f63ba.tar.gz glibc-4c7e2bb082501743a1bd1d0c2a49e392209f63ba.tar.xz glibc-4c7e2bb082501743a1bd1d0c2a49e392209f63ba.zip |
Use test-skeleton.c.
Diffstat (limited to 'locale/tst-C-locale.c')
-rw-r--r-- | locale/tst-C-locale.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/locale/tst-C-locale.c b/locale/tst-C-locale.c index 78ea90fa80..d568b55060 100644 --- a/locale/tst-C-locale.c +++ b/locale/tst-C-locale.c @@ -1,5 +1,5 @@ /* Tests of C and POSIX locale contents. - Copyright (C) 2000,01,02 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2000. @@ -450,8 +450,8 @@ run_test (const char *locname) } -int -main (void) +static int +do_test (void) { int result; @@ -475,3 +475,6 @@ main (void) return result; } + +#define TEST_FUNCTION do_test () +#include "../test-skeleton.c" |