# RTC test if {(![have_spec x86] || [have_spec linux])} { puts "Platform is unsupported." exit 0 } build { core init drivers/rtc timer test/rtc } create_boot_directory install_config { } build_boot_image { core ld.lib.so init timer rtc_drv test-rtc } append qemu_args " -nographic " run_genode_until ".*--- RTC test finished ---.*\n" 30