X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Facl-tests;h=36908b31102bd635b502f7166fafdb332a98ea7d;hb=5c508f686b9a0f986ac5d941d7be237ec047aedb;hp=3ab99972c667b9b2a0a97799fae7a6f52cd73ade;hpb=368e66277a1fdb07a508f9c3ff5d5669e4b4e838;p=gnulib.git diff --git a/modules/acl-tests b/modules/acl-tests index 3ab99972c..36908b311 100644 --- a/modules/acl-tests +++ b/modules/acl-tests @@ -1,7 +1,13 @@ Files: tests/test-file-has-acl.sh +tests/test-file-has-acl-1.sh +tests/test-file-has-acl-2.sh 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-file-has-acl.c tests/test-set-mode-acl.c tests/test-copy-acl.c @@ -18,7 +24,10 @@ configure.ac: AC_CHECK_DECLS_ONCE([alarm]) Makefile.am: -TESTS += test-file-has-acl.sh test-set-mode-acl.sh test-copy-acl.sh +TESTS += \ + test-file-has-acl.sh test-file-has-acl-1.sh test-file-has-acl-2.sh \ + 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-file-has-acl test-set-mode-acl test-copy-acl test-sameacls test_file_has_acl_LDADD = $(LDADD) $(LIB_ACL)