gnulib-tool.py: Filter out dependencies that cannot be found.
[gnulib.git] / modules / acl-tests
blob7cb39e975897d2bfe0ece070359a9e34eeb661d3
1 Files:
2 tests/test-set-mode-acl.sh
3 tests/test-set-mode-acl-1.sh
4 tests/test-set-mode-acl-2.sh
5 tests/test-copy-acl.sh
6 tests/test-copy-acl-1.sh
7 tests/test-copy-acl-2.sh
8 tests/test-set-mode-acl.c
9 tests/test-copy-acl.c
10 tests/test-sameacls.c
11 tests/macros.h
13 Depends-on:
14 file-has-acl-tests
15 read-file
16 unistd
17 xalloc
18 test-framework-sh
20 configure.ac:
22 Makefile.am:
23 TESTS += \
24   test-set-mode-acl.sh test-set-mode-acl-1.sh test-set-mode-acl-2.sh \
25   test-copy-acl.sh test-copy-acl-1.sh test-copy-acl-2.sh
26 TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
27 check_PROGRAMS += test-set-mode-acl test-copy-acl test-sameacls
28 test_set_mode_acl_LDADD = $(LDADD) $(LIB_ACL) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBC32CONV)
29 test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) $(QCOPY_ACL_LIB) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBC32CONV)
30 test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ $(MBRTOWC_LIB)