blob: 55c7121e0a1a58893bda74b196f3388b8dd4d7ea [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/sys/test_runners/gtest/default.shard.cml",
"inspect/offer.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/libvulkan_test",
},
children: [
{
name: "fake_vulkan_loader",
url: "fuchsia-pkg://fuchsia.com/libvulkan_test#meta/fake_vulkan_loader.cm",
},
],
use: [
{
protocol: "fuchsia.vulkan.loader.Loader",
from: "#fake_vulkan_loader",
},
],
}