# RTC test assert_spec x86 if {[expr ![have_include power_on/qemu]]} { puts "Test requires Qemu." exit 0 } set build_components { core init timer drivers/rtc server/system_rtc test/system_rtc server/report_rom } build $build_components create_boot_directory set config { } install_config $config set boot_components { core ld.lib.so init timer rtc_drv test-system_rtc system_rtc report_rom } build_boot_image $boot_components append qemu_args " -nographic " run_genode_until ".*--- system RTC test finished ---.*\n" 60