X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcopy-file-tests;h=ab7f6324e7954b54365a29d835b74159767c0c90;hb=fa8d786628cd8a1dbd2194e7776bea07f97cca99;hp=a683dee251f77c7a45b9d622b17799863e867fa4;hpb=951fba5cd13092b41e4085878ffeee1145cb572d;p=gnulib.git diff --git a/modules/copy-file-tests b/modules/copy-file-tests index a683dee25..ab7f6324e 100644 --- a/modules/copy-file-tests +++ b/modules/copy-file-tests @@ -1,6 +1,7 @@ Files: tests/test-copy-file.sh tests/test-copy-file.c +tests/macros.h Depends-on: acl @@ -13,6 +14,6 @@ configure.ac: Makefile.am: TESTS += test-copy-file.sh -TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' USE_ACL=$(USE_ACL) +TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL) check_PROGRAMS += test-copy-file test_copy_file_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@