blob: 252f6d66b8b0363a131a398462501a9ad02fdd69 [file] [log] [blame] [edit]
# 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"
sources = [ "dispatcher_bound.h" ]
public_deps = [
"//sdk/lib/async_patterns/cpp",
"//zircon/system/ulib/async-loop:async-loop-cpp",
]
public_configs = [ "//sdk/config" ]
}
group("tests") {
deps = [ "tests" ]
testonly = true
}