blob: 7b7dd493ec2f11a702b1dae17080ef2162ed6097 [file] [log] [blame]
// Copyright 2024 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: [
"//sdk/lib/driver_test_realm/meta/realm_builder.shard.cml",
"//src/sys/test_runners/gtest/default.shard.cml",
"sys/component/realm_builder.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/inspect-test",
},
use: [
{ protocol: "fuchsia.diagnostics.ArchiveAccessor" },
],
}