blob: 476af72ce2d74e87cc5e862c1383d647b23ec5b1 [file] [log] [blame]
# Copyright 2021 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.
source_set("testing") {
visibility = [ "//src/sys/*" ]
testonly = true
sources = [
"async-test.h",
"corpus-reader.cc",
"corpus-reader.h",
"module.cc",
"module.h",
"monitor.cc",
"monitor.h",
"registrar.cc",
"registrar.h",
"runner.cc",
"runner.h",
"signal-coordinator.cc",
"signal-coordinator.h",
"transceiver.cc",
"transceiver.h",
]
deps = [
"//sdk/lib/syslog/cpp",
"//zircon/system/ulib/async",
]
public_deps = [
"..:common",
"//sdk/testing/fidl:test_support",
"//zircon/system/ulib/sync",
]
}