# # Build # set build_components { core init drivers/timer server/fs_report server/fs_rom server/ram_fs test/fs_report } build $build_components create_boot_directory # # Generate config # append config { } install_config $config # # Boot modules # set boot_modules { core ld.lib.so init timer fs_report fs_rom ram_fs test-fs_report } build_boot_image $boot_modules append qemu_args " -nographic" run_genode_until {child "test-fs_report" exited with exit value 0.*\n} 30