blob: 87a2e18d0e2ca0f6dafb29f63c39bc012eba9bfa [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.
{
program: {
binary: "bin/pkg_cache_bin_test",
},
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{ runner: "rust_test_runner" },
{
storage: "temp",
path: "/tmp",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}