mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (check-ruby): run all test of ruby itself.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e4259b7cc5
commit
976c4de363
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Sep 14 10:56:40 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (check-ruby): run all test of ruby itself.
|
||||
|
||||
Mon Sep 14 10:44:47 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* include/ruby/ruby.h (RB_TYPE_P): should not use BUILTIN_TYPE for
|
||||
|
|
|
@ -389,6 +389,7 @@ clean-enc distclean-enc realclean-enc:
|
|||
@-$(MAKE) -f $(ENC_MK) $(MFLAGS) $(@:-enc=)
|
||||
|
||||
check: test test-all
|
||||
check-ruby: test test-ruby
|
||||
|
||||
btest: miniruby$(EXEEXT) $(TEST_RUNNABLE)-btest
|
||||
no-btest: PHONY
|
||||
|
@ -417,6 +418,11 @@ no-test-all: PHONY
|
|||
yes-test-all: PHONY
|
||||
$(RUNRUBY) "$(srcdir)/test/runner.rb" $(TESTS)
|
||||
|
||||
test-ruby: $(TEST_RUNNABLE)-test-ruby
|
||||
no-test-ruby: PHONY
|
||||
yes-test-ruby: PHONY
|
||||
$(RUNRUBY) "$(srcdir)/test/runner.rb" ruby
|
||||
|
||||
extconf: $(PREP)
|
||||
$(MAKEDIRS) "$(EXTCONFDIR)"
|
||||
$(RUNRUBY) -C "$(EXTCONFDIR)" $(EXTCONF) $(EXTCONFARGS)
|
||||
|
|
Loading…
Reference in a new issue