2 # Test of gettext functions.
3 # Copyright (C) 2000 Free Software Foundation, Inc.
4 # This file is part of the GNU C Library.
7 # The GNU C Library is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU Lesser General Public
9 # License as published by the Free Software Foundation; either
10 # version 2.1 of the License, or (at your option) any later version.
12 # The GNU C Library is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # Lesser General Public License for more details.
17 # You should have received a copy of the GNU Lesser General Public
18 # License along with the GNU C Library; if not, write to the Free
19 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
25 GCONV_PATH
=${common_objpfx}iconvdata
27 LOCPATH
=${objpfx}domaindir
32 # Generate the test data.
33 test -d ${objpfx}domaindir || mkdir
${objpfx}domaindir
34 # Create the locale directories.
35 test -d ${objpfx}domaindir
/lang1 ||
{
36 mkdir
${objpfx}domaindir
/lang1
37 for f
in ADDRESS COLLATE CTYPE IDENTIFICATION MEASUREMENT MONETARY NAME NUMERIC PAPER TELEPHONE TIME
; do
38 cp ${common_objpfx}localedata
/de_DE.ISO-8859-
1/LC_
$f \
39 ${objpfx}domaindir
/lang1
42 test -d ${objpfx}domaindir
/lang2 ||
{
43 mkdir
${objpfx}domaindir
/lang2
44 for f
in ADDRESS COLLATE CTYPE IDENTIFICATION MEASUREMENT MONETARY NAME NUMERIC PAPER TELEPHONE TIME
; do
45 cp ${common_objpfx}localedata
/de_DE.ISO-8859-
1/LC_
$f \
46 ${objpfx}domaindir
/lang2
49 test -d ${objpfx}domaindir
/lang
1/LC_MESSAGES ||
{
50 mkdir
${objpfx}domaindir
/lang
1/LC_MESSAGES
51 cp ${common_objpfx}localedata
/de_DE.ISO-8859-
1/LC_MESSAGES
/SYS_LC_MESSAGES \
52 ${objpfx}domaindir
/lang
1/LC_MESSAGES
54 test -d ${objpfx}domaindir
/lang
2/LC_MESSAGES ||
{
55 mkdir
${objpfx}domaindir
/lang
2/LC_MESSAGES
56 cp ${common_objpfx}localedata
/de_DE.ISO-8859-
1/LC_MESSAGES
/SYS_LC_MESSAGES \
57 ${objpfx}domaindir
/lang
2/LC_MESSAGES
61 msgfmt
-o ${objpfx}domaindir
/lang
1/LC_MESSAGES
/tstlang.mo \
64 msgfmt
-o ${objpfx}domaindir
/lang
2/LC_MESSAGES
/tstlang.mo \
69 ${common_objpfx}elf
/ld.so
--library-path $common_objpfx \
70 ${objpfx}tst-gettext2 > ${objpfx}tst-gettext2.out ${objpfx}domaindir
&&
71 cmp ${objpfx}tst-gettext2.out
- <<EOF
72 String1 - Lang1: 1st string
73 String2 - Lang1: 2nd string
74 String1 - Lang2: 1st string
75 String2 - Lang2: 2nd string
76 String1 - First string for testing.
77 String2 - Another string for testing.