blob: 76dd46763a53d21510b1b1bc1a62d18fec1e6cda [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: [
// Use the CFv2 Rust test runner.
"//src/sys/test_runners/rust/default.shard.cml",
// Uses RealmBuilder for test case isolation.
"sys/component/realm_builder.shard.cml",
// Enable system logging.
"syslog/client.shard.cml",
],
program: {
binary: "bin/keyboard3_integration_test",
args: [ "--test-threads=1" ],
},
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: "#realm_builder",
},
],
}