blob: 3cd43f4ad07a88b347ae5d21b4b70eeed451f901 [file]
{
include: [
"syslog/client.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
],
program: {
binary: "bin/test_manager_test",
},
children: [
{
name: "test_manager",
url: "fuchsia-pkg://fuchsia.com/test_manager#meta/test_manager_for_tests.cm",
},
],
use: [
{
protocol: "fuchsia.sys2.Realm",
from: "framework",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: "#test_manager",
},
{
protocol: "fuchsia.sys2.EventSource",
from: "parent",
to: "#test_manager",
},
{
protocol: "fuchsia.process.Launcher",
from: "parent",
to: "#test_manager",
},
],
}