04e004cfd8949a9769222f9d39dac784a364a464
[gnulib.git] / modules / acl-tests
1 Files:
2 tests/test-file-has-acl.sh
3 tests/test-set-mode-acl.sh
4 tests/test-copy-acl.sh
5 tests/test-file-has-acl.c
6 tests/test-set-mode-acl.c
7 tests/test-copy-acl.c
8 tests/test-sameacls.c
9
10 Depends-on:
11 progname
12 read-file
13 unistd
14 xalloc
15
16 configure.ac:
17
18 Makefile.am:
19 TESTS += test-file-has-acl.sh test-set-mode-acl.sh test-copy-acl.sh
20 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
21 check_PROGRAMS += test-file-has-acl test-set-mode-acl test-copy-acl test-sameacls
22 test_file_has_acl_LDADD = $(LDADD) $(LIB_ACL)
23 test_set_mode_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
24 test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
25 test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@