blob: 4f3bee9d8e063df77f35e03ea329e93fc9d3cde0 [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",
"//src/sys/test_manager/system-test.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/pty-test",
},
use: [
{
protocol: [ "fuchsia.hardware.pty.Device" ],
},
],
}