mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
280ca8982b
Ref #4966
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
|
|
}
|