maint.mk: relax the default _gl_TS_function_match regexp
[gnulib.git] / modules / acl-tests
1 Files:
2 tests/test-file-has-acl.sh
3 tests/test-set-mode-acl.sh
4 tests/test-copy-acl.sh
5 tests/test-file-has-acl.c
6 tests/test-set-mode-acl.c
7 tests/test-copy-acl.c
8 tests/test-sameacls.c
9 tests/macros.h
10
11 Depends-on:
12 progname
13 read-file
14 unistd
15 xalloc
16
17 configure.ac:
18 AC_CHECK_DECLS_ONCE([alarm])
19
20 Makefile.am:
21 TESTS += test-file-has-acl.sh test-set-mode-acl.sh test-copy-acl.sh
22 TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
23 check_PROGRAMS += test-file-has-acl test-set-mode-acl test-copy-acl test-sameacls
24 test_file_has_acl_LDADD = $(LDADD) $(LIB_ACL)
25 test_set_mode_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
26 test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
27 test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@