blob: 057c3a713f3cf075d82a31ea9c986cd30cc9ce42 [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 = [
":debugdata",
]
}
zx_test("debugdata") {
sources = [
"debugdata.cc",
]
deps = [
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/async-loop:async-loop-default.static",
"$zx/system/ulib/debugdata",
"$zx/system/ulib/fidl-async:fidl-async-cpp",
"$zx/system/ulib/fs",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}