blob: 167e4e8184c8528db2aefdf9457ab465649a780c [file] [log] [blame]
# Copyright 2023 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/cpp/sdk_source_set.gni")
sdk_source_set("cpp") {
category = "internal"
sdk_name = "async_patterns_testing_cpp"
include_base = "//sdk"
sources = [ "dispatcher_bound.h" ]
public_deps = [
"//sdk/lib/async_patterns/cpp",
"//zircon/system/ulib/async-loop:async-loop-cpp",
]
public_configs = [ "//sdk/config" ]
testonly = true
}
group("tests") {
deps = [ "tests" ]
testonly = true
}