ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / file-has-acl-tests
blob5a26020bdeb8dce8a396a00fc07eb9be08359e88
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-file-has-acl.c
6 tests/macros.h
8 Depends-on:
9 unistd
11 configure.ac:
12 AC_CHECK_DECLS_ONCE([alarm])
14 Makefile.am:
15 TESTS += \
16   test-file-has-acl.sh test-file-has-acl-1.sh test-file-has-acl-2.sh
17 TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
18 check_PROGRAMS += test-file-has-acl
19 test_file_has_acl_LDADD = $(LDADD) $(LIB_HAS_ACL)