blob: 3b1b87b064ea334cc023854b3baae6d1ca2fcec8 [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" ]
# Dependent manifests unfortunately cannot be marked as `testonly`.
# TODO(44278): Remove when converting this file to proper GN build idioms.
testonly = false
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/loader-service",
"//zircon/system/ulib/runtests-utils",
]
# TODO(45181): Fix the leaks and remove this.
deps += [ "//build/config/sanitizers:suppress-lsan.DO-NOT-USE-THIS" ]
}