blob: c82a91621130b9c6ced24650b62ba2aa4cdfd366 [file] [log] [blame]
# Copyright 2021 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.
executable("unittests") {
testonly = true
output_name = "focus_unittests"
sources = [
"focus_manager_unittest.cc",
"view_focuser_registry_unittest.cc",
"view_ref_focused_unittest.cc",
]
deps = [
"//sdk/lib/inspect/testing/cpp",
"//sdk/lib/ui/scenic/cpp",
"//src/lib/fxl/test:gtest_main",
"//src/lib/testing/loop_fixture",
"//src/ui/scenic/lib/focus",
"//src/ui/scenic/lib/utils",
"//src/ui/scenic/lib/view_tree:view_tree_snapshot",
"//third_party/googletest:gmock",
"//third_party/googletest:gtest",
]
}