blob: dd8d9658ccd7ca9950fd35ab050b7f1bd53f0257 [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: [
"//src/sys/test_manager/meta/test_manager_for_test.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/test_manager_test",
},
use: [
{
protocol: "fuchsia.test.manager.Query",
from: "#test_manager",
},
{
protocol: "fuchsia.test.manager.RunBuilder",
from: "#test_manager",
},
{
protocol: "fuchsia.test.manager.EarlyBootProfile",
from: "#test_manager",
},
],
}