# # Test runs only on Linux # assert_spec linux # # Build # build { core init drivers/timer server/lx_block test/blk/bench } create_boot_directory # # Generate config # install_config { } # # Create test file # catch { exec dd if=/dev/zero of=bin/lx_block.img bs=1M count=64 } # # Boot modules # build_boot_image { core ld.lib.so init timer lx_block lx_block.img test-blk-bench } run_genode_until "Done.*\n" 100 exec rm -f bin/lx_block.img