mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
10 lines
188 B
Ruby
10 lines
188 B
Ruby
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
|