summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-14 12:50:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-14 12:50:43 +0000
commit45f505c40f97b70296aae9345cbc23067d3310c6 (patch)
tree963f9dbfaf9174e11bb87099da701a92d174aba5 /common.mk
parentf457364caef3999c920a946a2d0294692a6973c7 (diff)
* 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
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 807767856a..84b7460ed9 100644
--- a/common.mk
+++ b/common.mk
@@ -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