blob: 096f8004ca3a2f1fb1f188804fe318759f237c46 [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: "vkcopy-test#meta/vkcopy-test-child.cm",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#test",
},
],
}