# Low level IP stack test # # uses the following config hook. # # proc ipstack { } name of IP stack (lwip or lxip) set build_components { lib/ld core init timer server/nic_router } append build_components { test/ip_raw/} [ipstack] build $build_components create_boot_directory append config { } install_config $config build_boot_image [build_artifacts] append qemu_args " -nographic " run_genode_until "test-[ipstack]_server\] Success" 10