blob: 4b2c6c55b61d91565f9218e85d2e738c5296356f [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [
"//src/storage/testing/driver_test_realm/meta/client.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
"//src/sys/test_runners/tmp_storage.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/pkg_cache_lib_test",
},
use: [
{
protocol: [
"fuchsia.process.Launcher",
"fuchsia.tracing.provider.Registry",
],
from: "parent",
},
],
}