Sha256: c6896aa3d44f61ca65e26ed47a90130465fbb3ac56db5ef9d9957263975d9402

Contents?: true

Size: 309 Bytes

Versions: 2

Compression:

Stored size: 309 Bytes

Contents

require 'test/unit'
require 'test_unit/assertions'  # Monkey patch
require 'rbconfig'

ENV['PATH'] = [File.expand_path(
  File.join(File.dirname(__FILE__), "..", "ext")
), ENV['PATH']].compact.join(';') if RbConfig::CONFIG['host_os'] =~ /(mswin|mingw|mingw32)/i

require File.dirname(__FILE__) + '/../ext/gmp'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gmp-0.4.3 test/test_helper.rb
gmp-0.4.3-x86-mingw32 test/test_helper.rb