genode/repos/os/run/assert_qemu_nic.inc

11 lines
235 B
PHP
Raw Normal View History

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
}