blob: 3b5dd1d26ad698c973d394b899e9f1fa74c58153 [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",
"$zx/system/ulib/zxcpp",
]
}