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.
16 lines
231 B
Plaintext
16 lines
231 B
Plaintext
Files:
|
|
tests/test-copysign.c
|
|
tests/signature.h
|
|
tests/minus-zero.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
memeq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-copysign
|
|
check_PROGRAMS += test-copysign
|
|
test_copysign_LDADD = $(LDADD) @COPYSIGN_LIBM@
|