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.
22 lines
357 B
Plaintext
22 lines
357 B
Plaintext
Files:
|
|
tests/test-glob.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
fcntl-h
|
|
symlink
|
|
streq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-glob
|
|
check_PROGRAMS += test-glob
|
|
test_glob_LDADD = $(LDADD) $(LIBUNISTRING) $(LIBINTL) $(MBRTOWC_LIB)
|
|
MOSTLYCLEANFILES += \
|
|
test-glob.tglobfile \
|
|
test-glob.tgloblink1 \
|
|
test-glob.tgloblink2 \
|
|
test-glob.tgloblink3
|