blob: fbebefd362b1cb8b0560cc545762a947bd34061f [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: [
"//src/sys/test_runners/gtest/default.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/sysmem-service-forwarder-unittest",
},
use: [
{
protocol: [ "fuchsia.sysmem2.Allocator" ],
},
],
}