set build_components { core init server/log_terminal test/ada } set config { } set boot_modules { core init log_terminal ld.lib.so libc.lib.so vfs.lib.so ada.lib.so test-ada } #source ${genode_dir}/repos/world/run/gdb.inc build $build_components create_boot_directory install_config $config #append_platform_drv_boot_modules build_boot_image $boot_modules append qemu_args " -nographic " run_genode_until "child \"test-ada\" exited with exit value 42" 20