blob: d9741ee2d83c179daadbd9885324e9a456c6713f [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",
]
}
test_package("a11y_tests") {
deps = [
"tests",
]
tests = [
{
name = "a11y_manager_apptests"
environments = basic_envs
},
]
}