blob: 214009c5077554ef57a8a6cd37768d2935e42a75 [file] [log] [blame]
{
include: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/passing-test-example",
},
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}