mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-22 09:06:25 +00:00
a85305cbd7
Reported by Tom G. Christensen <tgc@jupiterrise.com>. * modules/copy-file-tests (Makefile.am): Link test-copy-file with $(LIB_CLOCK_GETTIME).
21 lines
408 B
Plaintext
21 lines
408 B
Plaintext
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@
|