blob: 0abf30fd6594b19a499797ba0d3b1b65320ee8d4 [file] [log] [blame]
# 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:fuchsia.feedback_hlcpp",
"//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",
]
}