build "core init test/platform" set check_pat 1 if {[have_include power_on/qemu]} { set check_pat 0 } create_boot_directory set config { } append config " " append config { } install_config $config build_boot_image "core ld.lib.so init test-platform" append qemu_args "-nographic -smp 2" run_genode_until {Test finished} 200 puts "\nTest succeeded"