blob: d5916d04249d2427595fa5a7fe5470a15da2433f [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("futex") {
testonly = true
configs += [ "//build/config:all_source" ]
sources = [ "futex.cc" ]
deps = [
"//sdk/lib/stdcompat",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
]
}