diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-14 12:50:43 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-14 12:50:43 +0000 |
commit | 45f505c40f97b70296aae9345cbc23067d3310c6 (patch) | |
tree | 963f9dbfaf9174e11bb87099da701a92d174aba5 /common.mk | |
parent | f457364caef3999c920a946a2d0294692a6973c7 (diff) | |
download | ruby-45f505c40f97b70296aae9345cbc23067d3310c6.tar.gz |
* 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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |