# # \brief Simple cache benchmark # \author Johannes Schlatow # set build_components { core init test/cache } lappend_if [have_spec arndale] build_components drivers/platform build $build_components create_boot_directory set config { } append_if [have_spec arndale] config { } append config { } install_config $config set boot_modules { core ld.lib.so init test-cache } lappend_if [have_spec arndale] boot_modules platform_drv build_boot_image $boot_modules run_genode_until "done.*\n" 300