# # \brief Test for using the block-session support of the libc_vfs plugin # \author Norman Feske # \date 2016-01-28 # # # Build # build { core init server/ram_blk test/libc_vfs_block } create_boot_directory # # Generate config # set config { } install_config $config # # Boot modules # build_boot_image { core init ld.lib.so libc.lib.so ram_blk test-libc_vfs_block } # # Execute test case # append qemu_args " -nographic " run_genode_until {.*child "test-libc_vfs_block" exited with exit value 0.*} 60