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.
14 lines
168 B
Plaintext
14 lines
168 B
Plaintext
Files:
|
|
tests/test-string-buffer.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
streq
|
|
memeq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-string-buffer
|
|
check_PROGRAMS += test-string-buffer
|