* common.mk (TESTS): skips minitest by default, since it interferes

with test/unit.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-10-14 12:50:43 +00:00
parent f457364cae
commit 45f505c40f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Oct 14 21:50:40 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* common.mk (TESTS): skips minitest by default, since it interferes
with test/unit.
Tue Oct 14 21:36:29 2008 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* ext/win32ole/win32ole.c (load_conv_function51932): check

View File

@ -110,6 +110,7 @@ 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