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