mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
b2a583ead5
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.
34 lines
591 B
Plaintext
34 lines
591 B
Plaintext
Files:
|
|
tests/test-exclude.c
|
|
tests/test-exclude1.sh
|
|
tests/test-exclude2.sh
|
|
tests/test-exclude3.sh
|
|
tests/test-exclude4.sh
|
|
tests/test-exclude5.sh
|
|
tests/test-exclude6.sh
|
|
tests/test-exclude7.sh
|
|
tests/test-exclude8.sh
|
|
|
|
Depends-on:
|
|
argmatch
|
|
error
|
|
test-framework-sh
|
|
streq
|
|
memeq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += \
|
|
test-exclude1.sh\
|
|
test-exclude2.sh\
|
|
test-exclude3.sh\
|
|
test-exclude4.sh\
|
|
test-exclude5.sh\
|
|
test-exclude6.sh\
|
|
test-exclude7.sh\
|
|
test-exclude8.sh
|
|
|
|
check_PROGRAMS += test-exclude
|
|
test_exclude_LDADD = $(LDADD) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBTHREAD) $(LIBC32CONV)
|