snippet/warn-on-use: Fix indentation.
[gnulib.git] / modules / dirent-safer-tests
1 Files:
2 tests/test-dirent-safer.c
3 tests/macros.h
4
5 Depends-on:
6 dup2
7
8 configure.ac:
9
10 Makefile.am:
11 TESTS += test-dirent-safer
12 check_PROGRAMS += test-dirent-safer
13 # Link with libintl when needed. dirent-safer uses fdopendir if it is present,
14 # and fdopendir indirectly depends on openat-die -> gettext-h.
15 test_dirent_safer_LDADD = $(LDADD) $(LIBINTL)