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
23 test-set-mode-acl.sh test-set-mode-acl-1.sh test-set-mode-acl-2.sh \
24 test-copy-acl.sh test-copy-acl-1.sh test-copy-acl-2.sh
25 TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
26 check_PROGRAMS += test-set-mode-acl test-copy-acl test-sameacls
27 test_set_mode_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
28 test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
29 test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@