blob: be90517a4c58200d2b0952acaa1ddcc1adfe23da [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
sources = [
"completion.cpp",
"main.c",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/fdio",
"$zx/system/ulib/sync",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
]
}