assert_spec linux build { core init timer lib/ld server/dynamic_rom app/rom_to_file server/lx_fs } create_boot_directory install_config { } exec mkdir -p bin/fs_test build_boot_image [list {*}[build_artifacts] fs_test] append qemu_args " -nographic " run_genode_until "finished" 10 set output [exec cat bin/fs_test/test] compare_output_to {} exec rm -r bin/fs_test