blob: c5c2dcb4544db0e32301f006d4696f6c45993cb7 [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: [
// gtest runner
"//src/sys/test_runners/gtest/default.shard.cml",
// Required because a11y manager app depends on inspect.
"inspect/client.shard.cml",
// Enable system logging
"syslog/client.shard.cml",
],
program: {
binary: "bin/a11y_manager_apptests",
},
use: [
{
protocol: [ "fuchsia.intl.PropertyProvider" ],
},
],
}