Mercurial > hg > octave-lojdl > gnulib-hg
view modules/acl-tests @ 11551:957a85702f2b
Fix test-file-has-acl on FreeBSD.
author | David Bartley <dtbartle@csclub.uwaterloo.ca> |
---|---|
date | Mon, 04 May 2009 12:19:25 +0200 |
parents | e7595530873e |
children | 54dacd4ed1a5 |
line wrap: on
line source
Files: tests/test-file-has-acl.sh tests/test-set-mode-acl.sh tests/test-copy-acl.sh tests/test-file-has-acl.c tests/test-set-mode-acl.c tests/test-copy-acl.c tests/test-sameacls.c Depends-on: progname read-file unistd xalloc 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) 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@ test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@