diff options
Diffstat (limited to 'test/infra/Makefile.in')
| -rw-r--r-- | test/infra/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/infra/Makefile.in b/test/infra/Makefile.in index 89ba36e27fc..0e6b45332ac 100644 --- a/test/infra/Makefile.in +++ b/test/infra/Makefile.in | |||
| @@ -39,12 +39,14 @@ cps = $$$$CI_PIPELINE_SOURCE | |||
| 39 | define subdir_template | 39 | define subdir_template |
| 40 | $(eval target = check-$(subst /,-,$(1))) | 40 | $(eval target = check-$(subst /,-,$(1))) |
| 41 | SUBDIR_TARGETS += $(target) | 41 | SUBDIR_TARGETS += $(target) |
| 42 | variables = | ||
| 43 | 42 | ||
| 44 | $(eval | 43 | $(eval |
| 45 | define changes | 44 | define changes |
| 46 | @echo ' - $(1)/*.el' >>$(FILE) | 45 | @echo ' - $(1)/*.el' >>$(FILE) |
| 47 | endef | 46 | endef |
| 47 | define variables | ||
| 48 | @echo ' make_params: "-k -C test $(target)"' >>$(FILE) | ||
| 49 | endef | ||
| 48 | ifeq ($(findstring src, $(1)), src) | 50 | ifeq ($(findstring src, $(1)), src) |
| 49 | define changes | 51 | define changes |
| 50 | @echo ' - $(1)/*.{h,c}' >>$(FILE) | 52 | @echo ' - $(1)/*.{h,c}' >>$(FILE) |
| @@ -67,9 +69,8 @@ define subdir_template | |||
| 67 | endef | 69 | endef |
| 68 | else ifeq (lisp/erc,$(1)) | 70 | else ifeq (lisp/erc,$(1)) |
| 69 | define variables | 71 | define variables |
| 70 | @sed -i '$$$$$$$$d' $(FILE) | 72 | @printf ' make_params: "-k -C test SELECTOR=' >>$(FILE) |
| 71 | @printf ' make_params: >\n -k -C test SELECTOR=' >>$(FILE) | 73 | @printf '\x27\x24(SELECTOR_EXPENSIVE)\x27 %s"\n' $(target) >>$(FILE) |
| 72 | @printf '\x27\x24(SELECTOR_EXPENSIVE)\x27 %s\n' $(target) >>$(FILE) | ||
| 73 | endef | 74 | endef |
| 74 | endif) | 75 | endif) |
| 75 | 76 | ||
| @@ -90,7 +91,6 @@ define subdir_template | |||
| 90 | @echo ' - test/$(1)/*resources/**' >>$(FILE) | 91 | @echo ' - test/$(1)/*resources/**' >>$(FILE) |
| 91 | @echo ' variables:' >>$(FILE) | 92 | @echo ' variables:' >>$(FILE) |
| 92 | @echo ' target: emacs-inotify' >>$(FILE) | 93 | @echo ' target: emacs-inotify' >>$(FILE) |
| 93 | @echo ' make_params: "-k -C test $(target)"' >>$(FILE) | ||
| 94 | $(variables) | 94 | $(variables) |
| 95 | endef | 95 | endef |
| 96 | 96 | ||