# # Build # set build_components { core init timer server/ram_fs test/gtest } build $build_components create_boot_directory # # Generate config # install_config { 2018-01-01 00:01 } # # Boot image # build_boot_image { core init ld.lib.so timer ram_fs libc.lib.so vfs.lib.so libm.lib.so posix.lib.so stdcxx.lib.so gtest } append qemu_args " -nographic " run_genode_until {.*child "gtest" exited with exit value 0} 1000