blob: 9e934afc95f436f70a66f4d0bccb0aca09f93e70 [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",
"syslog/client.shard.cml",
],
// No fake vulkan loader, since this test shouldn't have access to it.
program: {
binary: "bin/libvulkan_test",
environ: [
"VK_ICD_FILENAMES=/pkg/data/manifest/libvulkan_fake.json",
"VK_LOADER_DEBUG=all",
// A hermetic ICD shouldn't try to access to anything from the loader service.
"HERMETIC_ICD=yes",
],
},
}