New module 'unlinkat', split off from module 'openat'.
[gnulib.git] / modules / openat-tests
1 Files:
2 tests/test-lstat.h
3 tests/test-mkdir.h
4 tests/test-stat.h
5 tests/test-fstatat.c
6 tests/test-mkdirat.c
7 tests/test-openat.c
8 tests/signature.h
9 tests/macros.h
10
11 Depends-on:
12 getcwd-lgpl
13 ignore-value
14 progname
15 symlink
16
17 configure.ac:
18
19 Makefile.am:
20 TESTS += \
21   test-fstatat test-mkdirat test-openat
22 check_PROGRAMS += \
23   test-fstatat test-mkdirat test-openat
24 test_fstatat_LDADD = $(LDADD) @LIBINTL@
25 test_mkdirat_LDADD = $(LDADD) @LIBINTL@
26 test_openat_LDADD = $(LDADD) @LIBINTL@