blob: 5db94a6a3cc347b251b75a10c51d08bf5be9201d [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("runtests") {
testonly = true
sources = [
"runtests.cpp",
]
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/fbl",
"$zx/system/ulib/fidl",
"$zx/system/ulib/loader-service",
"$zx/system/ulib/runtests-utils",
"$zx/system/ulib/zircon-internal",
"$zx/system/ulib/zx",
]
}