blob: 41977711b7c92ceddd5db46b966af87c5c46aae3 [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") {
configs += [ "//build/unification/config:zircon-migrated" ]
testonly = true
configs += [ "//build/config:all_source" ]
sources = [ "completion.cc" ]
deps = [
"//sdk/lib/fdio",
"//src/lib/ddk",
"//zircon/public/lib/sync",
"//zircon/public/lib/zxtest",
]
}