2 tests/test-set-mode-acl.sh
3 tests/test-set-mode-acl-1.sh
4 tests/test-set-mode-acl-2.sh
6 tests/test-copy-acl-1.sh
7 tests/test-copy-acl-2.sh
8 tests/test-set-mode-acl.c
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) @LIBINTL@ $(LIB_MBRTOWC)
29 test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ $(LIB_MBRTOWC)
30 test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ $(LIB_MBRTOWC)