blob: 50acdb912d1e1770e49cd18c550200be0ea737a9 [file] [log] [blame]
# Copyright 2018 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.
import("//build/test/test_package.gni")
import("//build/testing/environments.gni")
group("a11y") {
testonly = true
deps = [
":a11y_tests",
"a11y_manager",
"a11y_toggler",
"fuchsiavox",
]
}
test_package("a11y_tests") {
deps = [
"tests",
]
tests = [
{
name = "a11y_manager_apptests"
environments = basic_envs
},
]
}