From c6c7f5900f8664ec9cab0c300324f973aa911d9b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 23 Dec 2022 11:46:21 +0900 Subject: Test bundler and bundled gems by exam --- common.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common.mk') 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 -- cgit v1.2.3