mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +00:00
Use ram-block in libc vfs tests on Rpi3
This commit is contained in:
parent
8699f5592f
commit
1ddf1dbc25
@ -26,7 +26,7 @@ set use_sd_card_drv [expr [have_spec pbxa9]]
|
|||||||
set use_ahci [expr [have_spec x86] && ![have_spec linux]]
|
set use_ahci [expr [have_spec x86] && ![have_spec linux]]
|
||||||
|
|
||||||
# use ram_block on Linux
|
# use ram_block on Linux
|
||||||
set use_ram_block [have_spec linux]
|
set use_ram_block [expr [have_spec linux] || [have_spec rpi3]]
|
||||||
|
|
||||||
if {[catch { exec which $mkfs_cmd } ]} {
|
if {[catch { exec which $mkfs_cmd } ]} {
|
||||||
puts stderr "Error: $mkfs_cmd not installed, aborting test"; exit }
|
puts stderr "Error: $mkfs_cmd not installed, aborting test"; exit }
|
||||||
|
Loading…
Reference in New Issue
Block a user