# # Build # build { core init drivers/timer test/timed_semaphore } create_boot_directory # # Generate config # install_config { } # # Boot modules # # generic modules set boot_modules { core ld.lib.so init timer test-timed_semaphore } build_boot_image $boot_modules append qemu_args " -nographic " run_genode_until {.*--- Timed semaphore test finished ---.*\n} 20