1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00
Files
gnulib/tests/test-mcel-1.sh
Bruno Haible 1bd954b3a1 mcel tests: Run the test in several locales.
* tests/test-mcel-1.sh: New file, based on tests/test-mbrtowc-1.sh.
* tests/test-mcel-2.sh: New file, based on tests/test-mbrtowc-2.sh.
* tests/test-mcel-3.sh: New file, based on tests/test-mbrtowc-3.sh.
* tests/test-mcel-4.sh: New file, based on tests/test-mbrtowc-4.sh.
* tests/test-mcel-5.sh: New file, based on tests/test-mbrtowc-5.sh.
* modules/mcel-tests (Files): Add them. Add tests/macros.h,
m4/locale-fr.m4, m4/locale-ja.m4, m4/locale-zh.m4, m4/codeset.m4.
(Depends-on): Remove assert-h.
(configure.ac, Makefile.am): Essentially copy from
modules/mbrtowc-tests.
2024-05-21 21:20:15 +02:00

10 lines
186 B
Bash
Executable File

#!/bin/sh
# Test whether the POSIX locale has encoding errors.
LC_ALL=C \
${CHECKER} ./test-mcel${EXEEXT} 1 || exit 1
LC_ALL=POSIX \
${CHECKER} ./test-mcel${EXEEXT} 1 || exit 1
exit 0