blob: 88f2bb36f6a6895563acdd2930dd48c5e117c53f [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: [
"sys/testing/gtest_runner.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/cdebugdata-test",
},
use: [
{
protocol: [ "fuchsia.process.Launcher" ],
},
],
}