mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
Done through
sed -e 's/memcmp \([(][^()]*[)]\) == 0/memeq \1/g' \
-e 's/memcmp \([(][^()]*[(][^()]*[)][^()]*[)]\) == 0/memeq \1/g'
* tests/**/*.[hc]: Use memeq instead of memcmp ... == 0.
* modules/*-tests (Dependencies): Add memeq.
30 lines
505 B
Plaintext
30 lines
505 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
|
|
streq
|
|
memeq
|
|
|
|
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)
|