if {[get_cmd_switch --autopilot] && [have_include "power_on/qemu"]} { puts "\nRunning slab benchmark in autopilot on Qemu is not recommended.\n" exit } build "core init drivers/timer test/slab" create_boot_directory install_config { } build_boot_image "core ld.lib.so init timer test-slab" append qemu_args "-nographic " run_genode_until "Test done.*\n" 100 puts "Test succeeded"