if {[have_spec linux]} { puts "The [run_name] scenario requires QEMU networking." exit 1 } create_boot_directory import_from_depot [depot_user]/src/[base_src] \ [depot_user]/pkg/[drivers_nic_pkg] \ [depot_user]/src/init \ [depot_user]/src/libc \ [depot_user]/src/posix \ [depot_user]/src/nic_router \ [depot_user]/src/vfs \ [depot_user]/src/vfs_lwip \ [depot_user]/src/zlib build { test/libc_getaddrinfo } install_config { } build_boot_image { test-libc_getaddrinfo } append qemu_args " -nographic " append_qemu_nic_args run_genode_until "child .* exited with exit value 0.*\n" 20