X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Facl-tests;h=36908b31102bd635b502f7166fafdb332a98ea7d;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=b0a3b734852ba6a0c8f9d7eeb05b4ce026dc9e9a;hpb=a49cfc24f04352a3de3e9f40646f3686d493b758;p=gnulib.git diff --git a/modules/acl-tests b/modules/acl-tests index b0a3b7348..36908b311 100644 --- a/modules/acl-tests +++ b/modules/acl-tests @@ -1,11 +1,18 @@ 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 tests/test-sameacls.c +tests/macros.h Depends-on: progname @@ -17,8 +24,11 @@ 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_ENVIRONMENT += EXEEXT='@EXEEXT@' USE_ACL=$(USE_ACL) +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) test_set_mode_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@