blob: 06cdd17a00e335d46c674b2933b302a28bc9e275 [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/iwl_phy_db_test',
},
use: [
],
// Required to enable access to devfs
facets: {
"fuchsia.test": { type: "system" },
},
}