log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / copy-file-tests
blob299d49fc531ce567da08811deb128e23de5d5cc9
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
8 Depends-on:
9 acl
10 acl-tests
11 read-file
12 xalloc
14 configure.ac:
16 Makefile.am:
17 TESTS += test-copy-file.sh test-copy-file-1.sh test-copy-file-2.sh
18 TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
19 check_PROGRAMS += test-copy-file
20 test_copy_file_LDADD = $(LDADD) $(LIB_ACL) $(LIB_CLOCK_GETTIME) @LIBINTL@