mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (TESTS): removed to re-enable test for minitest.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
01cdeb8da7
commit
0f4ea5f3e3
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Oct 16 23:48:34 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* common.mk (TESTS): removed to re-enable test for minitest.
|
||||
|
||||
Thu Oct 16 23:37:11 2008 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* compile.c (iseq_set_sequence): fix memory leak.
|
||||
|
|
|
@ -110,7 +110,6 @@ INSTALL_DATA_MODE = 0644
|
|||
PRE_LIBRUBY_UPDATE = $(MINIRUBY) -e 'ARGV[1] or File.unlink(ARGV[0]) rescue nil' -- \
|
||||
$(LIBRUBY_EXTS) $(LIBRUBY_SO_UPDATE)
|
||||
|
||||
TESTS = -x minitest
|
||||
TESTSDIR = $(srcdir)/test
|
||||
TESTWORKDIR = testwork
|
||||
|
||||
|
|
Loading…
Reference in a new issue