blob: fe26ecf3e282151935a9dd916a3e120dffa9477b [file] [log] [blame] [edit]
{
include: [
"sdk/lib/diagnostics/syslog/client.shard.cml",
"src/sys/test_runners/gtest/default.shard.cml",
],
program: {
binary: "test/external_decompressor_integration",
},
use: [
{
protocol: [ "fuchsia.process.Launcher" ],
},
{
protocol: "fuchsia.blobfs.internal.DecompressorCreator",
path: "/svc_blobfs/fuchsia.blobfs.internal.DecompressorCreator",
},
],
}