mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added tool/lib into test-spec loadpath
This commit is contained in:
parent
5dc786bf86
commit
087ac34fb2
Notes:
git
2020-12-10 18:06:58 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue