# # Build # set build_components { core init drivers/timer server/terminal_crosslink test/libc_counter } build $build_components create_boot_directory # # Generate config # append config { } install_config $config # # Boot modules # set boot_modules { core init timer terminal_crosslink test-libc_counter-source test-libc_counter-sink ld.lib.so libc.lib.so libm.lib.so posix.lib.so } build_boot_image $boot_modules append qemu_args "-nographic " # # Execute test case # run_genode_until "child \"test-libc_counter-sink\" exited with exit value 0.*\n" 30 # vi: set ft=tcl :