blob: 794f64f2f4fb60ad89ab8b313233d97d1476eb13 [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.cc",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/runtests-utils",
"$zx/system/ulib/zircon-internal",
]
}