Merge branch 'stable'
[gnulib.git] / modules / copy-file-tests
1 Files:
2 tests/test-copy-file.sh
3 tests/test-copy-file.c
4 tests/macros.h
5
6 Depends-on:
7 acl
8 acl-tests
9 progname
10 read-file
11 xalloc
12
13 configure.ac:
14
15 Makefile.am:
16 TESTS += test-copy-file.sh
17 TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
18 check_PROGRAMS += test-copy-file
19 test_copy_file_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@