blob: 28a479b7acaf4d2154762143e3ef32f55e49ea21 [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-mutex") {
testonly = true
configs += [ "//build/config:all_source" ]
sources = [ "mutex.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/zircon-internal",
"//zircon/system/ulib/zxtest",
]
}