Sha256: 7e30f2b49360e0fa0badd0674f29ea34abc55804258396afc865a8232b98bf12

Contents?: true

Size: 474 Bytes

Versions: 6

Compression:

Stored size: 474 Bytes

Contents

require './test_helper'

class TC_Constants < Test::Unit::TestCase
  def test_constants
    assert_instance_of(String, GMP::GMP_VERSION,       "GMP::GMP_VERSION should be a String")
    assert_instance_of(String, GMP::GMP_CC,            "GMP::GMP_CC should be a String")
    assert_instance_of(String, GMP::GMP_CFLAGS,        "GMP::GMP_CFLAGS should be a String")
    assert_instance_of(Fixnum, GMP::GMP_BITS_PER_LIMB, "GMP::GMP_BITS_PER_LIMB should be a Fixnum")
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gmp-0.5.41 test/tc_constants.rb
gmp-0.5.41-x86-mingw32 test/tc_constants.rb
gmp-0.5.23 test/tc_constants.rb
gmp-0.5.23-x86-mingw32 test/tc_constants.rb
gmp-0.5.3 test/tc_constants.rb
gmp-0.5.3-x86-mingw32 test/tc_constants.rb