Skip to content
Snippets Groups Projects
Commit be9f2d7d authored by Misty De Meo's avatar Misty De Meo
Browse files

Add Haswell to CPU tests

These tests need a lot of work...
parent 5eeb0e79
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ class HardwareTests < Test::Unit::TestCase
def test_hardware_intel_family
if Hardware::CPU.type == :intel
assert [:core, :core2, :penryn, :nehalem,
:arrandale, :sandybridge, :ivybridge].include?(Hardware::CPU.family)
:arrandale, :sandybridge, :ivybridge, :haswell].include?(Hardware::CPU.family)
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment