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