Branch
Hash :
f193fa29
Author :
Date :
2025-05-10T14:07:36
qcopy-acl: Update link dependencies after yesterday's change. * m4/acl.m4 (gl_QCOPY_ACL): Require gl_FILE_HAS_ACL. (QCOPY_ACL_LIB): Conditionally add $FILE_HAS_ACL_LIB. * modules/acl-tests (Makefile.am): Revert last change.
Files:
tests/test-set-mode-acl.sh
tests/test-set-mode-acl-1.sh
tests/test-set-mode-acl-2.sh
tests/test-copy-acl.sh
tests/test-copy-acl-1.sh
tests/test-copy-acl-2.sh
tests/test-set-mode-acl.c
tests/test-copy-acl.c
tests/test-sameacls.c
tests/macros.h
Depends-on:
file-has-acl-tests
read-file
unistd-h
xalloc
test-framework-sh
configure.ac:
Makefile.am:
TESTS += \
test-set-mode-acl.sh test-set-mode-acl-1.sh test-set-mode-acl-2.sh \
test-copy-acl.sh test-copy-acl-1.sh test-copy-acl-2.sh
TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
check_PROGRAMS += test-set-mode-acl test-copy-acl test-sameacls
test_set_mode_acl_LDADD = $(LDADD) $(LIB_ACL) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBC32CONV)
test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) $(QCOPY_ACL_LIB) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBC32CONV)
test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ $(MBRTOWC_LIB)