| # Copyright 2017 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 = [ |
| ":input_apptests", |
| ] |
| } |
| |
| executable("input_apptests") { |
| output_name = "input_apptests" |
| |
| testonly = true |
| |
| sources = [ |
| "input_test.cc", |
| ] |
| |
| deps = [ |
| "//garnet/bin/ui/tests:main", |
| "//garnet/public/lib/fidl/cpp/bindings", |
| "//garnet/public/lib/fidl/cpp/bindings:bindings", |
| "//garnet/public/lib/ui/input/fidl", |
| "//garnet/public/lib/ui/tests", |
| "//garnet/public/lib/ui/tests/mocks", |
| "//third_party/gtest", |
| ] |
| } |