# # \brief Basic test for genode timer-session # \author Martin Stein # \date 2012-05-29 # # Build program images build { core init drivers/timer test/timer } # Create directory where boot files are written to create_boot_directory # Define XML configuration for init install_config { } # Build boot files from source binaries build_boot_image { core ld.lib.so init timer test-timer } # Configure Qemu append qemu_args " -nographic" # Execute test in Qemu run_genode_until {\[init\] child \"client\" exited with exit value.*\n} 60 grep_output {\[init\] child \"client\" exited with exit value} compare_output_to { [init] child "client" exited with exit value 0 }