mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
Done through sed -e 's/strcmp \([(][^()]*[)]\) == 0/streq \1/' * tests/**/*.[hc]: Use streq instead of strcmp ... == 0. * modules/*-tests (Dependencies): Add streq.
22 lines
292 B
Plaintext
22 lines
292 B
Plaintext
Files:
|
|
tests/test-rename.h
|
|
tests/test-renameatu.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
ignore-value
|
|
filenamecat
|
|
getcwd-lgpl
|
|
opendir
|
|
readdir
|
|
closedir
|
|
streq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-renameatu
|
|
check_PROGRAMS += test-renameatu
|
|
test_renameatu_LDADD = $(LDADD) @LIBINTL@
|