# # \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 init timer test-timer } # Configure Qemu append qemu_args " -m 64 -nographic" # Execute test in Qemu run_genode_until "--- timer test finished ---" 60