Add Haswell to CPU tests

These tests need a lot of work...
This commit is contained in:
Misty De Meo 2013-07-01 01:06:44 -05:00
parent 5eeb0e79a3
commit be9f2d7dea

View File

@ -11,7 +11,7 @@ class HardwareTests < Test::Unit::TestCase
def test_hardware_intel_family def test_hardware_intel_family
if Hardware::CPU.type == :intel if Hardware::CPU.type == :intel
assert [:core, :core2, :penryn, :nehalem, assert [:core, :core2, :penryn, :nehalem,
:arrandale, :sandybridge, :ivybridge].include?(Hardware::CPU.family) :arrandale, :sandybridge, :ivybridge, :haswell].include?(Hardware::CPU.family)
end end
end end
end end