{ | |
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", | |
}, | |
], | |
} |