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/strcmp \([(][^()]*[)]\) == 0/streq \1/' * tests/**/*.[hc]: Use streq instead of strcmp ... == 0. * modules/*-tests (Dependencies): Add streq.
16 lines
272 B
Plaintext
16 lines
272 B
Plaintext
Files:
|
|
tests/test-regex-quote.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
regex
|
|
xalloc
|
|
streq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-regex-quote
|
|
check_PROGRAMS += test-regex-quote
|
|
test_regex_quote_LDADD = $(LDADD) $(LIBUNISTRING) $(LIBINTL) $(MBRTOWC_LIB) $(LIBC32CONV) $(LIBTHREAD)
|