blob: 7aa7a8233e077379b8a75b72649c9c61bc6386ee [file] [log] [blame]
# Copyright 2019 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.
group("tests") {
testonly = true
public_deps = [
":screen_reader_tests",
]
}
executable("screen_reader_tests") {
testonly = true
sources = [
"screen_reader_unittest.cc",
]
deps = [
"//src/lib/fxl/test:gtest_main",
"//src/ui/a11y/lib/screen_reader",
]
}