blob: 6ec084dc52d3e6efcfcdf511bd493056fd1b9951 [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("ddk-fidl-test") {
sources = [
"test.cc",
]
deps = [
"$zx/system/dev/test/fuchsia-hardware-test:c",
"$zx/system/dev/test/fuchsia-hardware-test:llcpp",
"$zx/system/ulib/ddk",
"$zx/system/ulib/devmgr-integration-test",
"$zx/system/ulib/devmgr-launcher",
"$zx/system/ulib/driver-integration-test",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}