summaryrefslogtreecommitdiff
path: root/ruby/test/test_helper.rb
blob: 4def861a0fa33f2bc9e24fe16cc999dc5932e573 (plain)
1
2
3
4
5
6
7
8
9
10
require 'test/unit'
begin
require File.dirname(__FILE__) + '/../msgpack'
rescue LoadError
require File.dirname(__FILE__) + '/../lib/msgpack'
end

if ENV["GC_STRESS"]
	GC.stress = true
end