| // 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", |
| ], |
| program: { |
| binary: "bin/trace_manager_tests", |
| }, |
| use: [ |
| { |
| protocol: [ |
| "fuchsia.tracing.controller.ConsumerRegistry", |
| "fuchsia.tracing.controller.Controller", |
| "fuchsia.tracing.controller.Director", |
| "fuchsia.tracing.provider.Registry", |
| ], |
| }, |
| { |
| storage: "data", |
| path: "/traces", |
| }, |
| ], |
| } |