mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
gmake.mk: test-ruby
* defs/gmake.mk (ORDERED_TEST_TARGETS): add test-ruby target, test for ruby core without bundled libraries. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
69aa9bd555
commit
c59f2b0382
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ endif
|
|||
|
||||
ORDERED_TEST_TARGETS := $(filter $(TEST_TARGETS), \
|
||||
btest-ruby test-knownbug test-basic \
|
||||
test-testframework test-almost test-all \
|
||||
test-testframework test-ruby test-almost test-all \
|
||||
test-rubyspec \
|
||||
)
|
||||
prev_test := $(if $(filter test-rubyspec,$(ORDERED_TEST_TARGETS)),test-rubyspec-precheck)
|
||||
|
|
Loading…
Reference in a new issue