blob: dd382074d18d1bbc10213c72b297a1b7c37e712b [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: [
"sdk/lib/diagnostics/syslog/client.shard.cml",
"src/lib/fuchsia-hyper/hyper.shard.cml",
],
program: {
binary: "bin/pkg_resolver_lib_test",
},
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{ runner: "rust_test_runner" },
{
storage: "temp",
path: "/tmp",
},
{
protocol: [ "fuchsia.process.Launcher" ],
},
{
directory: "config-ssl",
rights: [ "r*" ],
path: "/config/ssl",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}