Hash :
a85305cb
Author :
Date :
2017-05-18T22:20:58
copy-file tests: Fix link error (regression from 2017-05-01). Reported by Tom G. Christensen <tgc@jupiterrise.com>. * modules/copy-file-tests (Makefile.am): Link test-copy-file with $(LIB_CLOCK_GETTIME).
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
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) $(LIB_CLOCK_GETTIME) @LIBINTL@