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