From 2eca297232aed5b01116e2b2183d3f87a05dfa3d Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Tue, 29 May 2012 16:59:43 +0200 Subject: [PATCH] Run script for timer test --- os/run/timer.run | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 os/run/timer.run diff --git a/os/run/timer.run b/os/run/timer.run new file mode 100644 index 0000000000..594210ef76 --- /dev/null +++ b/os/run/timer.run @@ -0,0 +1,50 @@ +# +# \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 +