blob: ed0b27dd8bb2916f4ee18641f82d9542bd7e0140 [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.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",
]
}