blob: 71d2db65c5a8b8d4c83698b0fb5eeaa6d97f197c [file] [log] [blame]
# 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 = [
"//zircon/kernel/lib/fbl",
"//zircon/kernel/lib/instrumentation",
"//zircon/kernel/lib/unittest",
]
}