blob: 53847972c7a96295b86a802011ac3cdb720d0e8f [file]
// Copyright 2026 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/default.shard.cml",
"driver_test_realm/realm_builder/client.shard.cml",
"sys/component/realm_builder.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/nodemanager_test_bin",
},
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}