blob: 97697d0d245ebb02831407d234309865921381a2 [file] [log] [blame]
// Copyright 2022 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: [ "syslog/client.shard.cml" ],
program: {
runner: "rust_test_runner",
binary: "bin/device_settings_manager_bin_test",
},
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{
storage: "tmp",
path: "/tmp",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}