blob: bc8ae3aedb33e040355f1418ed754fc7e20c97e9 [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: [
"//src/sys/test_runners/rust/next-vdso.shard.cml",
"sys/component/realm_builder.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/diagnostics_log_lib_test",
},
use: [
{ protocol: "fuchsia.diagnostics.ArchiveAccessor" },
],
}