blob: 95a2519cf2c8f17ecf9893e4de27ef0b7e3e1332 [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.
executable("xdc-test") {
sources = [
"xdc-device.cpp",
"xdc-test.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-usb-debug:c",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fzl",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}
host_tool("xdc-test-host") {
sources = [
"xdc-host.cpp",
"xdc-test.cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/xdc-host-utils",
"$zx/system/ulib/xdc-server-utils",
]
}