blob: 4e6dd3d54d1a1fde907cee597d3a07f6902f4b62 [file] [log] [blame]
# Copyright 2019 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("sync-completion") {
testonly = true
configs += [ "//build/config:all_source" ]
sources = [
"completion.cc",
"completion_wrapper.cc",
]
deps = [
"//zircon/system/ulib/sync",
"//zircon/system/ulib/sync:sync-cpp",
"//zircon/system/ulib/zxtest",
]
}