blob: 085a4ea40dd754bbb06818182021645ee89da1e1 [file] [log] [blame]
{
include: [
"sdk/lib/diagnostics/syslog/client.shard.cml",
"src/sys/test_runners/rust/default.shard.cml",
],
program: {
binary: "bin/rust_runner_integration_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.process.Launcher",
from: "parent",
to: "#test_manager",
},
{
protocol: "fuchsia.sys2.EventSource",
from: "parent",
to: "#test_manager",
},
],
}