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