# RTC test assert_spec x86 # RTC setting tested on Qemu only set test_update [have_include power_on/qemu] set build_components { core init drivers/rtc timer test/rtc } append_if $test_update build_components { server/report_rom } build $build_components create_boot_directory set config { } append_if $test_update config { } append_if [have_spec linux] config { } append_if [expr ![have_spec linux]] config { } append config { } append_if $test_update config { } append config { } append_if $test_update config { } append config { } install_config $config set boot_components { core ld.lib.so init timer test-rtc } append_if $test_update boot_components { report_rom } append_if [have_spec linux] boot_components { linux_rtc_drv } append_if [expr ![have_spec linux]] boot_components { rtc_drv } build_boot_image $boot_components append qemu_args " -nographic " run_genode_until ".*--- RTC test finished ---.*\n" 30