blob: 94c201c156fee02bb9d6b4ccf5e3128502dfb6b3 [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.
driver("test") {
sources = [
"test.cpp",
]
deps = [
"$zx/system/banjo/ddk-protocol-test",
"$zx/system/fidl/fuchsia-device-test:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zxcpp",
]
}