blob: 41c7e2cfc7051f50d60c6102e85990e34ef1592d [file] [log] [blame]
// Copyright 2025 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/syslog/client.shard.cml",
// NOTE: We only need this manifest because the test requires the next-vdso runner.
"//src/sys/test_runners/rust/next-vdso.shard.cml",
],
program: {
binary: "bin/ring_buffer_lib_test",
},
}