blob: 04410253304c94304324f83f4c087170626ab5f6 [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.
zx_executable("runtests") {
testonly = true
sources = [
"runtests.cc",
]
deps = [
"$zx/system/fidl/fuchsia-logger:c",
"$zx/system/ulib/async",
"$zx/system/ulib/async:async-cpp",
"$zx/system/ulib/async-loop",
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/async-loop:async-loop-default.static",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fidl",
"$zx/system/ulib/loader-service",
"$zx/system/ulib/runtests-utils",
"$zx/system/ulib/zircon-internal",
"$zx/system/ulib/zx",
]
}