* 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:
parent
f457364cae
commit
45f505c40f
@ -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>
|
Tue Oct 14 21:36:29 2008 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
||||||
|
|
||||||
* ext/win32ole/win32ole.c (load_conv_function51932): check
|
* ext/win32ole/win32ole.c (load_conv_function51932): check
|
||||||
|
@ -110,6 +110,7 @@ INSTALL_DATA_MODE = 0644
|
|||||||
PRE_LIBRUBY_UPDATE = $(MINIRUBY) -e 'ARGV[1] or File.unlink(ARGV[0]) rescue nil' -- \
|
PRE_LIBRUBY_UPDATE = $(MINIRUBY) -e 'ARGV[1] or File.unlink(ARGV[0]) rescue nil' -- \
|
||||||
$(LIBRUBY_EXTS) $(LIBRUBY_SO_UPDATE)
|
$(LIBRUBY_EXTS) $(LIBRUBY_SO_UPDATE)
|
||||||
|
|
||||||
|
TESTS = -x minitest
|
||||||
TESTSDIR = $(srcdir)/test
|
TESTSDIR = $(srcdir)/test
|
||||||
TESTWORKDIR = testwork
|
TESTWORKDIR = testwork
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user