blob: 15493337eb5f96650b7fa142fb7a9b10b11bafb5 [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" ],
},
}