if {![have_spec x86_64]} { puts "\nTest requires x86_64\n" exit 0 } create_boot_directory import_from_depot \ [depot_user]/src/[base_src] \ [depot_user]/src/init \ append config { } install_config $config build { test/solo5 } build_boot_image { solo5.lib.so solo5-test_ssp } append qemu_args " -nographic " run_genode_until {Error: stack protector check failed} 20