blob: ae99d5fa4c0ed67fdb2d428e3ab5717e1fcd0ddc [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-condition") {
testonly = true
sources = [ "condition.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/sync",
"//zircon/system/ulib/zxtest",
]
}