blob: de23df8ddec34e01ee317928faf6665858904a5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Files:
tests/test-readlink.h
tests/test-readlinkat.c
tests/signature.h
tests/macros.h
Depends-on:
ignore-value
symlinkat
configure.ac:
Makefile.am:
TESTS += test-readlinkat
check_PROGRAMS += test-readlinkat
test_readlinkat_LDADD = $(LDADD) @LIBINTL@
|