blob: bde5a19a68d3a5ff58fd81174a549813e6ee7983 [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: [
"//sdk/lib/sys/testing/elf_test_runner.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/cpuperf_integration_tests",
},
use: [
{
protocol: [
"fuchsia.process.Launcher",
"fuchsia.process.Resolver",
"fuchsia.sys.Launcher",
],
},
{
directory: "dev-cpu-trace",
rights: [ "r*" ],
path: "/dev/sys/cpu-trace",
},
{
storage: "data",
path: "/data",
},
{
storage: "tmp",
path: "/tmp",
},
{
directory: "bin",
rights: [ "r*" ],
path: "/bin",
},
],
}