# # \brief Test of Block session interface provided by server/blk_cache # # # Build # build { core init drivers/timer server/blk_cache test/blk } create_boot_directory # # Generate config # install_config { } # # Boot modules # build_boot_image { core init timer test-blk-srv blk_cache test-blk-cli } # # Qemu # append qemu_args " -nographic -m 64 " run_genode_until "Tests finished successfully.*\n" 60