blob: 76709332b16b5ca3d19fc606719280a1ca535a04 [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",
"//third_party/googletest:gtest_main",
"//zircon/public/lib/hid",
]
}