blob: a307e759c6e93ba3c24c26d005e64850f3e6cfcc [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") {
configs += [ "//build/unification/config:zircon-migrated" ]
testonly = true
sources = [ "runtests.cc" ]
deps = [
"//sdk/fidl/fuchsia.logger:fuchsia.logger_c",
"//zircon/public/lib/async",
"//zircon/public/lib/fbl",
"//zircon/public/lib/fidl",
"//zircon/public/lib/zircon-internal",
"//zircon/public/lib/zx",
"//zircon/system/ulib/async-loop",
"//zircon/system/ulib/runtests-utils",
]
}