blob: c412e8315812e92c790b64f4611c6345b366dfff [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 = "partner"
sdk_name = "async_patterns_testing_cpp"
include_base = "//sdk"
stable = true
sources = [ "dispatcher_bound.h" ]
public_deps = [
"//sdk/lib/async-loop:async-loop-cpp",
"//sdk/lib/async_patterns/cpp",
]
public_configs = [ "//sdk/config" ]
}
group("tests") {
deps = [ "tests" ]
testonly = true
}