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.
25 lines
444 B
Plaintext
25 lines
444 B
Plaintext
Files:
|
|
tests/test-ftello.c
|
|
tests/test-ftello.sh
|
|
tests/test-ftello2.sh
|
|
tests/test-ftello3.c
|
|
tests/test-ftello4.c
|
|
tests/test-ftello4.sh
|
|
tests/signature.h
|
|
tests/macros.h
|
|
m4/ungetc.m4
|
|
|
|
Depends-on:
|
|
binary-io
|
|
fdopen
|
|
ftello-extra-tests
|
|
memeq
|
|
|
|
configure.ac:
|
|
gl_FUNC_UNGETC_WORKS
|
|
|
|
Makefile.am:
|
|
TESTS += test-ftello.sh test-ftello2.sh test-ftello3 test-ftello4.sh
|
|
check_PROGRAMS += test-ftello test-ftello3 test-ftello4
|
|
MOSTLYCLEANFILES += t-ftello3.tmp
|