Imported Upstream version 1.14.1
[platform/upstream/augeas.git] / modules / acl-tests
1 Files:
2 tests/test-set-mode-acl.sh
3 tests/test-set-mode-acl-1.sh
4 tests/test-set-mode-acl-2.sh
5 tests/test-copy-acl.sh
6 tests/test-copy-acl-1.sh
7 tests/test-copy-acl-2.sh
8 tests/test-set-mode-acl.c
9 tests/test-copy-acl.c
10 tests/test-sameacls.c
11 tests/macros.h
12
13 Depends-on:
14 file-has-acl-tests
15 read-file
16 unistd
17 xalloc
18
19 configure.ac:
20
21 Makefile.am:
22 TESTS += \
23   test-set-mode-acl.sh test-set-mode-acl-1.sh test-set-mode-acl-2.sh \
24   test-copy-acl.sh test-copy-acl-1.sh test-copy-acl-2.sh
25 TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
26 check_PROGRAMS += test-set-mode-acl test-copy-acl test-sameacls
27 test_set_mode_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
28 test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
29 test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@