blob: 3747dd1179d55cac8e477ee5504afad72cca2717 [file] [log] [blame]
# Copyright 2022 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("address-tagging") {
testonly = true
sources = [ "address-tagging-test.cc" ]
deps = [
"//zircon/kernel/lib/arch",
"//zircon/system/ulib/elf-psabi",
"//zircon/system/ulib/test-utils",
"//zircon/system/ulib/zircon-internal",
"//zircon/system/ulib/zxtest",
]
}