mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-05 13:11: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.
19 lines
208 B
Plaintext
19 lines
208 B
Plaintext
Files:
|
|
tests/test-link.h
|
|
tests/test-link.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
ignore-value
|
|
errno-h
|
|
bool
|
|
sys_stat-h
|
|
streq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-link
|
|
check_PROGRAMS += test-link
|