mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
fb_bench: start QEMU with -nographic
Enables us to test on our machines without SDL and X. Ref #2268
This commit is contained in:
parent
066a5e9670
commit
223cc06341
@ -90,4 +90,7 @@ lappend_if [have_spec gpio] boot_modules gpio_drv
|
||||
|
||||
build_boot_image $boot_modules
|
||||
|
||||
# disable QEMU graphic to enable testing on our machines without SDL and X
|
||||
append qemu_args "-nographic -m 128"
|
||||
|
||||
run_genode_until {.*--- Framebuffer benchmark finished ---.*\n} 30
|
||||
|
Loading…
Reference in New Issue
Block a user