create_boot_directory import_from_depot [depot_user]/src/[base_src] import_from_depot [depot_user]/src/init import_from_depot [depot_user]/src/ram_fs import_from_depot [depot_user]/src/sequence import_from_depot [depot_user]/src/vfs import_from_depot [depot_user]/src/zlib set build_components { test/protobuf/add_person test/protobuf/list_people } build $build_components set config { 1 Muster Hans hans@muster.com 123456789012345 home 2 Hans Muster muster@hans.com 999999999999999 mobile 2000-01-01 00:00 2000-01-01 00:00 2000-01-02 00:00 } install_config $config set boot_modules { add_person list_people libc.lib.so libm.lib.so stdcxx.lib.so protobuf.lib.so posix.lib.so } append qemu_args " -nographic " build_boot_image $boot_modules run_genode_until {child "sequence" exited with exit value 0} 20