blob: 56d73ce780e73de46b891c3de07a73b4d674460b [file] [log] [blame]
{
include: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
binary: "test/remote_control_lib_test",
},
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{ runner: "rust_test_runner" },
{
storage: "temp",
path: "/tmp",
},
{
protocol: [ "fuchsia.sys.Launcher" ],
from: "parent",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}