aboutsummaryrefslogtreecommitdiffstats
path: root/test/mkmf/base.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-10 09:11:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-10 09:11:48 +0000
commit30e0f51a5df6a207ebeec105317cbb4cb5566be6 (patch)
treedc15056cbc1b592b492575ebbffcbe2a78e6c399 /test/mkmf/base.rb
parentb38cc52c136b9aa46ee1b0cf644aa50778f41d2c (diff)
downloadruby-30e0f51a5df6a207ebeec105317cbb4cb5566be6.tar.gz
* lib/mkmf.rb (check_signedness): should use the prelude code.
[ruby-dev:42731] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/mkmf/base.rb')
-rw-r--r--test/mkmf/base.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/mkmf/base.rb b/test/mkmf/base.rb
index 4ceb35087a..f82952d0c5 100644
--- a/test/mkmf/base.rb
+++ b/test/mkmf/base.rb
@@ -13,6 +13,13 @@ class TestMkmf < Test::Unit::TestCase
class << MKMFLOG
alias to_s call
end
+ def mkmflog(msg)
+ log = proc {MKMFLOG[] << msg}
+ class << log
+ alias to_s call
+ end
+ log
+ end
def setup
@tmpdir = Dir.mktmpdir