blob: 782ae90a98e9c77b3bdd32b458fa3616242bcf0b [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",
"vulkan/client.shard.cml",
],
program: {
binary: "bin/vk_timer_query",
},
use: [
{
directory: "dev-gpu",
rights: [ "r*" ],
path: "/dev/class/gpu",
},
{
storage: "tmp",
path: "/tmp",
},
],
}