blob: 98f44afc29ddd4fad53feb7cddad0b553405d079 [file] [log] [blame]
{
include: [
"//sdk/lib/diagnostics/inspect/client.shard.cml",
"//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",
},
],
}