assert_spec linux # # Build # build { core init timer server/dynamic_rom app/rom_to_file server/lx_fs } create_boot_directory # # Generate config # install_config { } # # Boot image # exec mkdir -p bin/fs_test build_boot_image { core ld.lib.so init timer dynamic_rom rom_to_file lx_fs 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