blob: 479ee5b91cf4c1ab2c3d80aea3158574b1d3f549 [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("c11-condvar") {
testonly = true
sources = [
"condvar.c",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
]
}