verify: new macro 'assume'
[gnulib.git] / modules / acl-tests
1 Files:
2 tests/test-file-has-acl.sh
3 tests/test-file-has-acl-1.sh
4 tests/test-file-has-acl-2.sh
5 tests/test-set-mode-acl.sh
6 tests/test-set-mode-acl-1.sh
7 tests/test-set-mode-acl-2.sh
8 tests/test-copy-acl.sh
9 tests/test-copy-acl-1.sh
10 tests/test-copy-acl-2.sh
11 tests/test-file-has-acl.c
12 tests/test-set-mode-acl.c
13 tests/test-copy-acl.c
14 tests/test-sameacls.c
15 tests/macros.h
16
17 Depends-on:
18 progname
19 read-file
20 unistd
21 xalloc
22
23 configure.ac:
24 AC_CHECK_DECLS_ONCE([alarm])
25
26 Makefile.am:
27 TESTS += \
28   test-file-has-acl.sh test-file-has-acl-1.sh test-file-has-acl-2.sh \
29   test-set-mode-acl.sh test-set-mode-acl-1.sh test-set-mode-acl-2.sh \
30   test-copy-acl.sh test-copy-acl-1.sh test-copy-acl-2.sh
31 TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
32 check_PROGRAMS += test-file-has-acl test-set-mode-acl test-copy-acl test-sameacls
33 test_file_has_acl_LDADD = $(LDADD) $(LIB_ACL)
34 test_set_mode_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
35 test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
36 test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@