mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
64e78e4467
Done through sed -e 's/strcmp \([(][^()]*[)]\) == 0/streq \1/' * tests/**/*.[hc]: Use streq instead of strcmp ... == 0. * modules/*-tests (Dependencies): Add streq.
18 lines
297 B
Plaintext
18 lines
297 B
Plaintext
Files:
|
|
tests/test-obstack-zprintf.c
|
|
tests/test-obstack-printf.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
xalloc
|
|
obstack-zprintf-extra-tests
|
|
streq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-obstack-zprintf
|
|
check_PROGRAMS += test-obstack-zprintf
|
|
test_obstack_zprintf_LDADD = $(LDADD) @LIBINTL@
|