From e2fe9d5ed01d969a909fd09aa2480623c411c7d4 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 16 Oct 2008 14:49:32 +0000 Subject: * common.mk (TESTS): removed to re-enable test for minitest. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ common.mk | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8c53fc3bf..39a925135 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 16 23:48:34 2008 Tanaka Akira + + * common.mk (TESTS): removed to re-enable test for minitest. + Thu Oct 16 23:37:11 2008 Yusuke Endoh * compile.c (iseq_set_sequence): fix memory leak. diff --git a/common.mk b/common.mk index c4273f194..8556b23c3 100644 --- a/common.mk +++ b/common.mk @@ -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 -- cgit