blob: 86b9b960b85835c1ba7c4134a8c2d09b7e7a9113 [file] [log] [blame]
# Copyright 2022 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("pw_async_task") {
public_deps = [ "src/pw_async:task" ]
}
source_set("pw_async_dispatcher") {
public_deps = [ "src/pw_async:dispatcher" ]
}
source_set("pw_async_heap_dispatcher") {
public_deps = [ "src/pw_async:heap_dispatcher" ]
}
group("tests") {
testonly = true
deps = [
"backends/pw_async_fuchsia:tests",
"backends/pw_random:tests",
]
}