mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
64e78e4467
Done through sed -e 's/strcmp \([(][^()]*[)]\) == 0/streq \1/' * tests/**/*.[hc]: Use streq instead of strcmp ... == 0. * modules/*-tests (Dependencies): Add streq.
30 lines
623 B
Plaintext
30 lines
623 B
Plaintext
Files:
|
|
tests/test-unicodeio1.sh
|
|
tests/test-unicodeio2.sh
|
|
tests/test-unicodeio3.sh
|
|
tests/test-unicodeio.c
|
|
tests/macros.h
|
|
m4/locale-en.m4
|
|
m4/locale-fr.m4
|
|
m4/locale-zh.m4
|
|
m4/codeset.m4
|
|
|
|
Depends-on:
|
|
setlocale
|
|
localcharset
|
|
streq
|
|
|
|
configure.ac:
|
|
gt_LOCALE_EN_UTF8
|
|
gt_LOCALE_FR_UTF8
|
|
gt_LOCALE_ZH_CN
|
|
|
|
Makefile.am:
|
|
TESTS += test-unicodeio1.sh test-unicodeio2.sh test-unicodeio3.sh
|
|
TESTS_ENVIRONMENT += \
|
|
LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' \
|
|
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
|
|
LOCALE_ZH_CN='@LOCALE_ZH_CN@'
|
|
check_PROGRAMS += test-unicodeio
|
|
test_unicodeio_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBUNISTRING) $(LIBICONV) $(LIBINTL)
|