blob: f66691bf1de84dc474bcb979f9d6ab68f11c8297 [file] [log] [blame]
# Copyright 2019 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.
test("hid-parser") {
sources = [
"hid-helper-test.cpp",
"hid-parser-test.cpp",
"hid-report-data.cpp",
"hid-utest-data.cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/hid-parser",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zxcpp",
]
}
# TODO(BLD-356): hid-parser-fuzzer
# sources=["hid-parser-fuzztest.cpp"]
# deps= hid-parser fbl fdio unittest