mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00: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
|