mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
run single test [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b3b827664e
commit
259173ccc0
1 changed files with 3 additions and 0 deletions
|
@ -190,3 +190,6 @@ endif
|
|||
# $ make rdoc:Integer#+
|
||||
rdoc\:%: PHONY
|
||||
$(Q)$(RUNRUBY) $(srcdir)/bin/ri --no-standard-docs --doc-dir=$(RDOCOUT) $(patsubst rdoc:%,%,$@)
|
||||
|
||||
test_%.rb test/%: programs PHONY
|
||||
+$(Q)$(exec) $(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" $(TEST_EXCLUDES) $(TESTOPTS) $(patsubst test/%,%,$@)
|
||||
|
|
Loading…
Reference in a new issue