run/rtc: assert spec x86 and !linux

This commit is contained in:
Martin Stein 2018-10-12 16:29:50 +02:00 committed by Christian Helmuth
parent 36932ee129
commit f64ec500bf

View File

@ -1,4 +1,8 @@
# RTC test
assert_spec x86
if {[have_spec linux]} {
puts "Platform not supported"; exit }
build { core init drivers/rtc drivers/timer test/rtc }