blob: 69102b43f111eb837f0822b10b3c5184b651e1b2 [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-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(fuzztest): sources=["hid-parser-fuzztest.cpp"]