| // Copyright 2025 The Fuchsia Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| { |
| include: [ |
| // TODO(https://fxbug.dev/441642041): Stabilize zx_iob_create_shared_region |
| // We use the zxtest runner for VDSO next which is currently required |
| // for some of the IOB API which is used by logging fakes. We can switch |
| // back to the default runner when it is stabilised. |
| "//src/sys/test_runners/gtest/zxtest.shard.cml", |
| "syslog/client.shard.cml", |
| ], |
| program: { |
| binary: "test/logging_cpp_unittests_structured", |
| }, |
| } |