same-inode: make SAME_INODE tri-state, to port to mingw
[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
10 Depends-on:
11 progname
12 read-file
13 unistd
14 xalloc
15
16 configure.ac:
17 AC_CHECK_DECLS_ONCE([alarm])
18
19 Makefile.am:
20 TESTS += test-file-has-acl.sh test-set-mode-acl.sh test-copy-acl.sh
21 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' USE_ACL=$(USE_ACL)
22 check_PROGRAMS += test-file-has-acl test-set-mode-acl test-copy-acl test-sameacls
23 test_file_has_acl_LDADD = $(LDADD) $(LIB_ACL)
24 test_set_mode_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
25 test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
26 test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@