aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index c9065d90d1b..49a4dfdfd8d 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -138,7 +138,7 @@ ELFILES := $(shell find ${srcdir} -path "${srcdir}/manual" -prune -o \
138 -path "${srcdir}/data" -prune -o \ 138 -path "${srcdir}/data" -prune -o \
139 -name "*resources" -prune -o \ 139 -name "*resources" -prune -o \
140 ${maybe_exclude_module_tests} \ 140 ${maybe_exclude_module_tests} \
141 -name "*.el" -print) 141 -name "*.el" ! -name ".*" -print)
142## .log files may be in a different directory for out of source builds 142## .log files may be in a different directory for out of source builds
143LOGFILES := $(patsubst %.el,%.log, \ 143LOGFILES := $(patsubst %.el,%.log, \
144 $(patsubst $(srcdir)/%,%,$(ELFILES))) 144 $(patsubst $(srcdir)/%,%,$(ELFILES)))