verify: new macro 'assume'
[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 opendir
8 closedir
9
10 configure.ac:
11
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)