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