set build_components { core init timer server/terminal_crosslink test/libc_select test/libc_counter } build $build_components create_boot_directory set config { } install_config $config set boot_modules { core init timer terminal_crosslink test-libc_counter-source test-libc_select ld.lib.so libc.lib.so vfs.lib.so libm.lib.so stdcxx.lib.so libc_pipe.lib.so posix.lib.so } build_boot_image $boot_modules append qemu_args " -nographic " run_genode_until "child \"test-libc_select\" exited with exit value 0.*\n" 120 # vi: set ft=tcl :