view modules/copy-file-tests @ 40246:c34f677e6117 default tip master

_Noreturn: GCC 4.7 does not support [[noreturn]] in C++11 mode * lib/_Noreturn.h, m4/gnulib-common.m4: Don't use [[noreturn]] before GCC 4.8.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 19:27:20 +0100
parents 066c585853e5
children
line wrap: on
line source

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
test-framework-sh

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@