blob: 172c662de407de2b34a7818bf4fe323aa93205a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Files:
tests/test-dirent-safer.c
tests/macros.h
Depends-on:
dup2
configure.ac:
Makefile.am:
TESTS += test-dirent-safer
check_PROGRAMS += test-dirent-safer
# Link with libintl when needed. dirent-safer uses fdopendir if it is present,
# and fdopendir indirectly depends on xgetcwd -> xalloc-die -> gettext-h.
test_dirent_safer_LDADD = $(LDADD) $(LIBINTL)
|