blob: 34dcdc951b0e257791154a778e1e03dc17f7eb69 [file] [log] [blame]
# Copyright 2018 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_tool_unittests",
]
}
executable("input_tool_unittests") {
output_name = "input_tool_unittests"
testonly = true
sources = [
"inverse_keymap_unittest.cc",
]
deps = [
"//garnet/bin/ui/input:inverse_keymap",
"//src/lib/fxl/test:gtest_main",
"//zircon/public/lib/hid",
]
}