summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-11 16:22:18 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-11 16:22:18 +0900
commit475241ee91bdc913dc3bc5c8727c32086de438c1 (patch)
tree94977dd0ecb9d1004e34d30b9a28b1bb78cae5dd /template
parent907560f5dc7831a30994b64d8207740629133abd (diff)
Group test-syntax-suggest and leaked-globals [ci skip]
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index ab8764d245..5e7edc2f18 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -639,7 +639,9 @@ un-runnable:
LIBRUBY_FOR_LEAKED_GLOBALS = $(enable_shared:no=)
yes-test-basic: $(DOT_WAIT) leaked-globals
leaked-globals: $(COMMONOBJS) prog $(tooldir)/leaked-globals
+ $(ACTIONS_GROUP)
$(Q) $(XRUBY) $(tooldir)/leaked-globals \
SOEXT=$(SOEXT) NM="$(NM) -Pgp" SYMBOL_PREFIX=$(SYMBOL_PREFIX) \
PLATFORM=$(hdrdir)/ruby/$(PLATFORM_DIR).h $(srcdir)/configure.ac \
$(COMMONOBJS) $(LIBRUBY_FOR_LEAKED_GLOBALS:yes=$(LIBRUBY_SO))
+ $(ACTIONS_ENDGROUP)