blob: fd7f6e05d85bf17ea74208b8311b85760cc065a5 [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.
test("sanitizer") {
test_group = "libc"
sources = [
"sanitizer-utils.c",
]
deps = [
"$zx/system/ulib/async",
"$zx/system/ulib/async:async-default",
"$zx/system/ulib/async-loop",
"$zx/system/ulib/fdio",
"$zx/system/ulib/launchpad",
"$zx/system/ulib/ldmsg",
"$zx/system/ulib/loader-service",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
]
}