diff --git a/repos/os/run/rtc.run b/repos/os/run/rtc.run index 6ecd143322..278a633f31 100644 --- a/repos/os/run/rtc.run +++ b/repos/os/run/rtc.run @@ -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 }