if {[have_spec odroid_xu] || [have_spec imx7d_sabre] || [have_spec imx6q_sabrelite] || [have_spec rpi3] || [have_spec zynq] || [have_spec imx53] && [have_spec foc]} { puts "\n Run script is not supported on this platform. \n"; exit 0 } if {[get_cmd_switch --autopilot] && [have_spec linux]} { puts "\nAutopilot run is not supported on this platform\n" exit 0 } create_boot_directory import_from_depot [depot_user]/src/[base_src] \ [depot_user]/pkg/[drivers_interactive_pkg] \ [depot_user]/src/init build { test/fb_bench } install_config { } build_boot_image { test-fb_bench } # disable QEMU graphic to enable testing on our machines without SDL and X append qemu_args "-nographic " run_genode_until {.*--- Framebuffer benchmark finished ---.*\n} 40