blob: ad7754eaa3a917d7cee3ecf8cc60e776bf201132 [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 = [
"//zircon/system/ulib/sync",
"//zircon/system/ulib/zxtest",
]
}