genode/repos/os/run/assert_qemu_nic.inc
2023-08-21 08:12:01 +02:00

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
}