blob: afee62eee3f55c979474f94a88e985ef1d996ee3 [file] [log] [blame] [edit]
// 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",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/cpp_test",
},
}