summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-02 17:06:09 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-02 17:06:09 +0900
commit9e94cd18fcf193a9f87b908b7130123602a7d800 (patch)
tree50a5850613f3f1594d3935daf9cb1ba5c09bbb2f /common.mk
parent44f038bd7f8371011722ef3531a13d054e541fa2 (diff)
test-bundled-gems: select bundled gems to test by BUNDLED_GEMS
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 6b11bec33b..5c78ebd02a 100644
--- a/common.mk
+++ b/common.mk
@@ -1363,8 +1363,9 @@ no-test-bundled-gems:
# Override this to allow failure of specific gems on CI
# TEST_BUNDLED_GEMS_ALLOW_FAILURES =
+BUNDLED_GEMS =
test-bundled-gems-run: $(PREPARE_BUNDLED_GEMS)
- $(Q) $(XRUBY) $(tooldir)/test-bundled-gems.rb
+ $(Q) $(XRUBY) $(tooldir)/test-bundled-gems.rb $(BUNDLED_GEMS)
test-bundler-precheck: $(TEST_RUNNABLE)-test-bundler-precheck
no-test-bundler-precheck: