| # Copyright 2020 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 = [ ":util_tests" ] | 
 | } | 
 |  | 
 | executable("util_tests") { | 
 |   testonly = true | 
 |  | 
 |   sources = [ "boot_info_manager_test.cc" ] | 
 |  | 
 |   deps = [ | 
 |     "//sdk/fidl/fuchsia.feedback", | 
 |     "//sdk/lib/sys/cpp/testing:unit", | 
 |     "//src/lib/fxl/test:gtest_main", | 
 |     "//src/lib/testing/loop_fixture", | 
 |     "//src/ui/a11y/lib/util", | 
 |     "//third_party/googletest:gtest", | 
 |   ] | 
 | } |