mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
11 lines
235 B
PHP
11 lines
235 B
PHP
|
source ${genode_dir}/repos/os/run/assert_nic.inc
|
||
|
|
||
|
#
|
||
|
# the test should be run isolated as it would disturb normal network operation
|
||
|
#
|
||
|
if {![have_include power_on/qemu]} {
|
||
|
|
||
|
puts "Run script is not supported on this platform."
|
||
|
exit 0
|
||
|
}
|