diff options
| author | Michael Albinus | 2019-08-27 12:58:38 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-08-27 12:58:38 +0200 |
| commit | 693e9be5871f4e9bcb1a4ecfe5a40e68f5433cc3 (patch) | |
| tree | 30ab4d3543f200642696b9a3ff299bfe4b520ba1 /test | |
| parent | ed44217d3245ddc8f2cf75c9499d5bb37848cfd7 (diff) | |
| download | emacs-693e9be5871f4e9bcb1a4ecfe5a40e68f5433cc3.tar.gz emacs-693e9be5871f4e9bcb1a4ecfe5a40e68f5433cc3.zip | |
* test/Makefile.in (test_template): Declare target FOO.log.
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.in | 1 |
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. |