mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
run single spec [ci skip]
This commit is contained in:
parent
835fa9e54a
commit
c94cc6d968
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/%: programs exts PHONY
|
||||
+$(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec-run -B $(srcdir)/spec/default.mspec $(SPECOPTS) $(patsubst %,$(srcdir)/%,$@)
|
||||
|
||||
clean-srcs-ext::
|
||||
$(Q)$(RM) $(patsubst $(srcdir)/%,%,$(EXT_SRCS))
|
||||
|
||||
|
|
Loading…
Reference in a new issue