1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/c-nstrftime-tests
Bruno Haible 6219ae745f tests: Fix internationalization problems on native Windows.
* doc/posix-functions/setlocale.texi: Clarify the deficiency of
setlocale() on native Windows.
* modules/c-nstrftime-tests (Depends-on): Add setlocale.
* modules/dfa-tests (Depends-on): Likewise.
* modules/hard-locale-tests (Depends-on): Likewise.
* modules/localcharset-tests (Depends-on): Likewise.
* modules/nstrftime-tests (Depends-on): Likewise.
2024-05-27 22:33:33 +02:00

28 lines
493 B
Plaintext

Files:
tests/test-c-nstrftime-1.sh
tests/test-c-nstrftime-2.sh
tests/test-c-nstrftime.c
tests/test-nstrftime.h
tests/macros.h
m4/locale-fr.m4
m4/codeset.m4
Depends-on:
atoll
c99
intprops
setlocale
strerror
configure.ac:
gt_LOCALE_FR
gt_LOCALE_FR_UTF8
Makefile.am:
TESTS += test-c-nstrftime-1.sh test-c-nstrftime-2.sh
TESTS_ENVIRONMENT += \
LOCALE_FR='@LOCALE_FR@' \
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
check_PROGRAMS += test-c-nstrftime
test_c_nstrftime_LDADD = $(LDADD) $(SETLOCALE_LIB)