mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-10 04:43:00 +03:00
* modules/regex-tests (Depends-on): Add wctype-h. * tests/test-regex.c: Include wctype.h. (main): Check that ‘i’ uppercases to ‘İ’ in Turkish, as the Turkish regex test assumes this.
16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
Files:
|
|
tests/test-regex.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
gettext-h
|
|
localcharset
|
|
wctype-h
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-regex
|
|
check_PROGRAMS += test-regex
|
|
test_regex_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC) @LIBINTL@ $(LIBTHREAD)
|