blob: 536d2d25e5154453d107f3932951e19a451f61b7 [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("elf-tls") {
testonly = true
sources = [
"tls.cpp",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zxtest",
]
}