blob: 9cf335346369fe9c263da5767d74b8b75dd4a2f3 [file] [log] [blame]
// Copyright 2023 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",
"sys/testing/elf_test_runner.shard.cml",
],
program: {
binary: 'bin/pcie_test',
},
use: [
],
// Required to enable access to devfs
facets: {
"fuchsia.test": { type: "system" },
},
}