mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
11 lines
188 B
Ruby
11 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
|