mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
spec/bundler needs the specific command [ci skip]
This commit is contained in:
parent
d0b2e6412e
commit
e75e548cf9
1 changed files with 3 additions and 0 deletions
|
@ -292,6 +292,9 @@ rdoc\:%: PHONY
|
|||
test_%.rb test/%: programs PHONY
|
||||
+$(Q)$(exec) $(RUNRUBY) "$(TESTSDIR)/runner.rb" --ruby="$(RUNRUBY)" $(TEST_EXCLUDES) $(TESTOPTS) -- $(patsubst test/%,%,$@)
|
||||
|
||||
spec/bundler/%: PHONY
|
||||
+$(Q)$(exec) $(XRUBY) -C $(srcdir) -Ispec/bundler .bundle/bin/rspec --require spec_helper $(RSPECOPTS) $@
|
||||
|
||||
spec/%: programs exts PHONY
|
||||
+$(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec-run -B $(srcdir)/spec/default.mspec $(SPECOPTS) $(patsubst %,$(srcdir)/%,$@)
|
||||
|
||||
|
|
Loading…
Reference in a new issue