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