view modules/localename-tests @ 17833:e57fa2127ab9

unicase/locale-language-tests: fix LOCALE_FR test * tests/unicase/test-locale-language.sh: Really use $LOCALE_FR for a French locale with traditional encoding. Reported by umerqayam in: http://lists.gnu.org/archive/html/bug-libunistring/2014-12/msg00000.html
author Daiki Ueno <ueno@gnu.org>
date Fri, 12 Dec 2014 09:20:59 +0900
parents b8de6a14a6d5
children
line wrap: on
line source

Files:
tests/test-localename.c
tests/macros.h

Depends-on:
locale
setenv
unsetenv
strdup

configure.ac:
AC_CHECK_FUNCS_ONCE([newlocale])

Makefile.am:
TESTS += test-localename
check_PROGRAMS += test-localename
test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@ $(LIBTHREAD)