openat: allow return of fd 0
[gnulib.git] / modules / openat-tests
1 Files:
2 tests/test-rmdir.h
3 tests/test-openat.c
4 tests/test-unlinkat.c
5
6 Depends-on:
7
8 configure.ac:
9 AC_CHECK_FUNCS_ONCE([symlink])
10
11 Makefile.am:
12 TESTS += test-openat test-unlinkat
13 check_PROGRAMS += test-openat test-unlinkat
14 test_openat_LDADD = $(LDADD) @LIBINTL@
15 test_unlinkat_LDADD = $(LDADD) @LIBINTL@