affinity.run: allow testing with hw_arndale

ref #1076
This commit is contained in:
Martin Stein 2014-03-06 13:15:49 +01:00 committed by Norman Feske
parent 6e21ab42d2
commit d605681ce4

View File

@ -1,10 +1,13 @@
#
# \brief Test to start threads on all available CPUs
# \author Norman Feske
# \author Alexander Boettcher
# \author Alexander Boettcher
#
if {[have_spec platform_pbxa9] || (![have_spec nova] && ![have_spec foc])} {
if {
![have_spec hw_arndale] &&
([have_spec platform_pbxa9] || (![have_spec nova] && ![have_spec foc]))
} {
puts "Platform is unsupported."
exit 0
}