# # \brief Test of Block session interface # \author Stefan Kalkowski # \date 2013-12-10 # # # Build # build { core init drivers/timer test/blk lib/trace/policy/rpc_name } create_boot_directory # # Generate config # install_config { } # # Boot modules # build_boot_image { core init timer test-blk-srv test-blk-cli rpc_name } append qemu_args " -nographic -m 64 " run_genode_until "Tests finished successfully.*\n" 100