| # 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.cc" ] | |
| deps = [ | |
| "//zircon/system/ulib/async", | |
| "//zircon/system/ulib/async-loop", | |
| "//zircon/system/ulib/fbl", | |
| "//zircon/system/ulib/fidl", | |
| "//zircon/system/ulib/runtests-utils", | |
| "//zircon/system/ulib/zircon-internal", | |
| "//zircon/system/ulib/zx", | |
| ] | |
| } |