Sha256: d4585ea757e3f7b4a0b5d8b1703b1761f8ee26168a7306300891b73a45268059

Contents?: true

Size: 262 Bytes

Versions: 4

Compression:

Stored size: 262 Bytes

Contents

require 'test/unit'
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

4 entries across 4 versions & 1 rubygems

Version Path
gmp-0.4.1-x86-mingw32 test/test_helper.rb
gmp-0.4.1 test/test_helper.rb
gmp-0.4.0-x86-mingw32 test/test_helper.rb
gmp-0.4.0 test/test_helper.rb