Prevent libc file-system tests on hw_zynq

This commit is contained in:
Christian Helmuth 2015-09-09 11:32:24 +02:00
parent ebd0796fc0
commit 6cdb823187
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# \date 2011-05-27
#
if {[have_spec hw_odroid_xu]} {
if {[have_spec hw_odroid_xu] || [have_spec hw_zynq]} {
puts "Run script does not support this platform."
exit 0
}