if {[get_cmd_switch --autopilot] && [have_board riscv_qemu]} { puts "Autopilot mode is not supported on this platform." exit 0 } # # Lua C++ library test # build "core init timer test/moon" create_boot_directory install_config { } build_boot_image { core init timer test-moon ld.lib.so libc.lib.so vfs.lib.so libm.lib.so } append qemu_args " -nographic " run_genode_until {.*test-moon.*Finished\..*} 40