| # 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. |
| |
| import("//build/testing/cc_test_executable.gni") |
| |
| cc_test_executable("runtests") { |
| testonly = true |
| sources = [ "runtests.cc" ] |
| deps = [ |
| "//sdk/lib/async", |
| "//sdk/lib/async-loop", |
| "//sdk/lib/device-watcher/cpp", |
| "//sdk/lib/fidl", |
| "//zircon/system/ulib/fbl", |
| "//zircon/system/ulib/runtests-utils", |
| "//zircon/system/ulib/zircon-internal", |
| "//zircon/system/ulib/zx", |
| ] |
| } |