* test/Makefile.in (test_template): Declare target FOO.log.

This commit is contained in:
Michael Albinus 2019-08-27 12:58:38 +02:00
parent ed44217d32
commit 693e9be587

View file

@ -233,6 +233,7 @@ define test_template
ifeq (,$(patsubst %-tests,,$(1))$(findstring -tests/,$(1)))
$(1).log: $(patsubst %-tests,$(srcdir)/../%,$(1))$(if \
$(patsubst src/%,,$(patsubst lib-src/%,,$(1))),.el,.c)
$(notdir $(1).log): $(1).log
endif
## Short aliases that always re-run the tests, with no logging.