# # Build # build "core init test/mmio" # # Boot image # create_boot_directory install_config { } build_boot_image "core ld.lib.so init test-mmio" # # Execution # append qemu_args "-nographic " run_genode_until "child \"test\" exited with exit value 0" 20