mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +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.
19 lines
426 B
Plaintext
19 lines
426 B
Plaintext
Files:
|
|
tests/unistdio/test-ulc-asnprintf1.c
|
|
tests/unistdio/test-ulc-asnprintf1.h
|
|
tests/unistdio/test-ulc-printf1.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
unistdio/ulc-asnprintf-extra-tests
|
|
streq
|
|
memeq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-ulc-asnprintf1
|
|
check_PROGRAMS += test-ulc-asnprintf1
|
|
test_ulc_asnprintf1_SOURCES = unistdio/test-ulc-asnprintf1.c
|
|
test_ulc_asnprintf1_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@ $(MBRTOWC_LIB)
|