* stdbit_h.m4: Fix first-line comment.
[gnulib.git] / modules / dirent-safer-tests
blob4ae8965afb8cbed9df4b7a55831644267a34b996
1 Files:
2 tests/test-dirent-safer.c
3 tests/macros.h
5 Depends-on:
6 dup2
7 opendir
8 closedir
10 configure.ac:
12 Makefile.am:
13 TESTS += test-dirent-safer
14 check_PROGRAMS += test-dirent-safer
15 # Link with libintl when needed. dirent-safer uses fdopendir if it is present,
16 # and fdopendir indirectly depends on openat-die -> gettext-h.
17 test_dirent_safer_LDADD = $(LDADD) $(LIBINTL)