1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00
Files
gnulib/modules/linkat-tests
Bruno Haible 64e78e4467 tests: Use streq, part 1.
Done through sed -e 's/strcmp \([(][^()]*[)]\) == 0/streq \1/'

* tests/**/*.[hc]: Use streq instead of strcmp ... == 0.
* modules/*-tests (Dependencies): Add streq.
2026-03-01 09:44:40 +01:00

22 lines
298 B
Plaintext

Files:
tests/test-link.h
tests/test-linkat.c
tests/signature.h
tests/macros.h
Depends-on:
ignore-value
areadlink-with-size
filenamecat-lgpl
getcwd-lgpl
same-inode
unlinkat
streq
configure.ac:
Makefile.am:
TESTS += test-linkat
check_PROGRAMS += test-linkat
test_linkat_LDADD = $(LDADD) @LIBINTL@