blob: f56a6771fb945f7ae8ce6ac9ddaa08b6d852b6be [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/vulkan-validation-pkg/application.shard.cml",
"//src/sys/test_runners/gtest/default.shard.cml",
"syslog/client.shard.cml",
"vulkan/client.shard.cml",
],
program: {
binary: "bin/vkvalidation",
environ: [
"VK_LOADER_DEBUG=all",
"VK_REQUIRE_LAYER_PATH=true",
],
},
facets: {
"fuchsia.test": {
"deprecated-allowed-packages": [ "validation-server-pkg" ],
},
},
}