blob: 1523881055df7919a591e1ce95d3a079f2dd21ab [file] [log] [blame]
// Copyright 2022 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",
},
use: [
{
protocol: [ "fuchsia.process.Launcher" ],
},
{
storage: "tmp",
path: "/tmp",
},
],
}