blob: 055ce13b39a48b04597f83024b8fb0f0d4de0695 [file] [edit]
# Copyright 2020 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
source_set("tests") {
# TODO: testonly = true
sources = [ "asan_tests.cc" ]
deps = [
"$zx/kernel/lib/fbl",
"$zx/kernel/lib/instrumentation",
"$zx/kernel/lib/unittest",
]
}