blob: ea1409e890894e414cb57ce6632b04df7acac4b9 [file] [log] [blame]
// Copyright 2022 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/graphics/tests/common/meta/vulkan.offer.shard.cml",
"syslog/client.shard.cml",
],
children: [
{
name: "test",
url: "cmd-buf-benchmark-test#meta/cmd-buf-benchmark-test-child.cm",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#test",
},
],
}