aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-04-02 17:50:22 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-04-03 10:07:22 +0900
commit2f1586f6f204bdd040ba7a14633983568199dbc0 (patch)
tree612eaedaf91370e0b4080ccb50ca87cd66579a14 /template
parent8968b47ba8a6d1c66315b7ea042cac8b07f0d7c3 (diff)
downloadruby-2f1586f6f204bdd040ba7a14633983568199dbc0.tar.gz
Check leaked global symbols by default
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 7b7fbd4c9e..d61f874a2d 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -636,6 +636,6 @@ un-runnable:
$(ECHO) cannot make runnable, configure with --enable-load-relative.
$(Q) exit 1
-# yes-test-basic: leaked-globals
+yes-test-basic: $(DOT_WAIT) leaked-globals
leaked-globals: $(COMMONOBJS) prog $(tooldir)/leaked-globals PHONY
$(Q) $(XRUBY) $(tooldir)/leaked-globals NM="$(NM) -Pgp" SYMBOL_PREFIX=$(SYMBOL_PREFIX) PLATFORM=$(hdrdir)/ruby/$(PLATFORM_DIR).h $(srcdir)/configure.ac $(COMMONOBJS)