mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
muen: disable SMP test on Muen
This commit is contained in:
parent
6bb145bdd8
commit
da502dd036
@ -10,6 +10,11 @@ if { [get_cmd_switch --autopilot] && [have_include "power_on/qemu"] } {
|
||||
exit 0
|
||||
}
|
||||
|
||||
if { [have_spec muen] } {
|
||||
puts "Run script is not supported on this platform"
|
||||
exit 0
|
||||
}
|
||||
|
||||
build "core init test/smp"
|
||||
|
||||
create_boot_directory
|
||||
|
Loading…
Reference in New Issue
Block a user