# # \brief Test of 'rom_fallback' server # \author Emery Hemingway # \date 2016-07-21 # set build_components { core init drivers/timer server/rom_fallback server/report_rom test/libc } build $build_components create_boot_directory append config { } install_config $config # generic modules set boot_modules { core init ld.lib.so libc.lib.so libm.lib.so report_rom rom_fallback test-libc timer } build_boot_image $boot_modules append qemu_args " -nographic" run_genode_until {child "test-libc" exited with exit value 0} 60