blob: 8a1cdd576bbe641cd02efd36c7c1ef0fe2880fbf [file] [log] [blame]
{
include: [
"//sdk/lib/diagnostics/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",
},
],
}