blob: 804d8b4de9be3febaf8d57e636fc9bc86a099f95 [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 = [
"//sdk/lib/fdio",
"//src/lib/ddk",
"//zircon/system/ulib/sync",
"//zircon/system/ulib/sync:sync-cpp",
"//zircon/system/ulib/zxtest",
]
}