blob: ff4f4049135fb0d20cde6863b410603cb9aa23e3 [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.
group("test") {
testonly = true
deps = [
":intel-hda-test",
]
}
test("intel-hda-test") {
sources = [
"board_name.cc",
"board_name.h",
"intel_hda_test.cc",
]
deps = [
"$zx/system/fidl/fuchsia-kernel:c",
"$zx/system/fidl/fuchsia-sysinfo:c",
"$zx/system/ulib/audio-proto-utils",
"$zx/system/ulib/audio-utils",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fidl",
"$zx/system/ulib/intel-hda",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxio",
"$zx/system/ulib/zxtest",
]
}