blob: 1a10094b4025fe86a5a3eff74645aa501bd5f39e [file] [log] [blame]
{
program: {
binary: "test/blobfs_unittest",
},
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{ runner: "gtest_runner" },
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.process.Launcher",
],
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}