# RTC test assert_spec x86 if {[expr ![have_include power_on/qemu]]} { puts "Test requires Qemu." exit 0 } set build_components { test/system_rtc test/libc_rtc } create_boot_directory import_from_depot [depot_user]/src/[base_src] \ [depot_user]/src/init \ [depot_user]/src/vfs \ [depot_user]/pkg/drivers_rtc-pc build $build_components set config { } install_config $config set boot_components { test-system_rtc test-libc_rtc libc.lib.so libm.lib.so posix.lib.so } build_boot_image $boot_components append qemu_args " -nographic " run_genode_until ".*--- system RTC test finished ---.*\n" 60