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