if {[have_spec arm]} { assert_spec arm_v7 } build { core lib/ld init timer lib/vfs lib/libc server/vfs_block server/vfs lib/vfs_rump lib/vfs_import test/libc_vfs } # # Check used commands # set mkfs [installed_command mkfs.vfat] set dd [installed_command dd] # # Build FAT-file-system image # catch { exec $dd if=/dev/zero of=bin/fs.raw bs=1M count=16 } catch { exec $mkfs -F16 bin/fs.raw } create_boot_directory install_config { } build_boot_image [list {*}[build_artifacts] fs.raw] append qemu_args " -nographic " run_genode_until {.*child "test-libc_vfs" exited with exit value 0.*} 60 exec rm -f bin/fs.raw puts "\nTest succeeded\n"