blob: c23ab0dca72c3030057e120c51ab1121b4676889 [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: [
"sys/testing/elf_test_runner.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/usb-hci-test",
},
use: [
{
directory: "dev-class",
rights: [ "r*" ],
path: "/dev",
subdir: "usb-hci-test",
},
],
}