summaryrefslogtreecommitdiff
path: root/modules/copy-file-tests
blob: cc06a0bb50a278a1392d4b7566cfd6da34dbc526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Files:
tests/test-copy-file.sh
tests/test-copy-file-1.sh
tests/test-copy-file-2.sh
tests/test-copy-file.c
tests/macros.h

Depends-on:
acl
acl-tests
progname
read-file
xalloc

configure.ac:

Makefile.am:
TESTS += test-copy-file.sh test-copy-file-1.sh test-copy-file-2.sh
TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
check_PROGRAMS += test-copy-file
test_copy_file_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@