blob: b5ac3b53ebb9e22c8bafd25d2fca82999ed87ef5 [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
configs += [ "//build/config:all_source" ]
sources = [ "tls.cc" ]
deps = [ "//zircon/system/ulib/zxtest" ]
}