aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index b7959072083..abcba944734 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -233,6 +233,7 @@ define test_template
233 ifeq (,$(patsubst %-tests,,$(1))$(findstring -tests/,$(1))) 233 ifeq (,$(patsubst %-tests,,$(1))$(findstring -tests/,$(1)))
234 $(1).log: $(patsubst %-tests,$(srcdir)/../%,$(1))$(if \ 234 $(1).log: $(patsubst %-tests,$(srcdir)/../%,$(1))$(if \
235 $(patsubst src/%,,$(patsubst lib-src/%,,$(1))),.el,.c) 235 $(patsubst src/%,,$(patsubst lib-src/%,,$(1))),.el,.c)
236 $(notdir $(1).log): $(1).log
236 endif 237 endif
237 238
238 ## Short aliases that always re-run the tests, with no logging. 239 ## Short aliases that always re-run the tests, with no logging.