blob: 1ada67e7505826da17b591690bc6e44f0720f68f [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/lib/vulkan/gapii-pkg/application.shard.cml",
"//src/sys/test_manager/system-test.shard.cml",
"syslog/client.shard.cml",
"vulkan/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/vkproto",
environ: [ "VK_LOADER_DEBUG=all" ],
forward_stderr_to: "log",
forward_stdout_to: "log",
},
}