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