summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-23 11:46:21 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-28 09:15:31 +0900
commitc6c7f5900f8664ec9cab0c300324f973aa911d9b (patch)
tree3009f86b2d565ac472d3cf9373a16914186070ed /common.mk
parent84a4f1b3b27864ea334ead4ea82a18e6d26c06dc (diff)
Test bundler and bundled gems by exam
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7009
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 5c15c2dfdc..55d580e0ff 100644
--- a/common.mk
+++ b/common.mk
@@ -1706,6 +1706,8 @@ info-arch: PHONY
@echo arch=$(arch)
exam: check
+exam: $(DOT_WAIT) test-bundler-parallel
+exam: $(DOT_WAIT) test-bundled-gems
love: sudo-precheck up all test exam install
@echo love is all you need