summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-02 16:48:20 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-10 18:06:25 +0900
commit087ac34fb2f6fa74bd84a290d511f4d47a286119 (patch)
treee1099c47bbfc50c32b14aa35d6ee5c4e51ab4b58 /common.mk
parent5dc786bf86bb6e0da2639f88659598ec8b9db30d (diff)
Added tool/lib into test-spec loadpath
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3729
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index c7d331f1df..09f7db271e 100644
--- a/common.mk
+++ b/common.mk
@@ -838,7 +838,7 @@ test-spec-precheck: main
test-spec: $(TEST_RUNNABLE)-test-spec
yes-test-spec: test-spec-precheck
$(gnumake_recursive)$(Q) \
- $(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec run -B $(srcdir)/spec/default.mspec $(MSPECOPT) $(SPECOPTS)
+ $(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec run -B $(srcdir)/spec/default.mspec -I$(srcdir)/tool/lib $(MSPECOPT) $(SPECOPTS)
no-test-spec:
RUNNABLE = $(LIBRUBY_RELATIVE:no=un)-runnable