blob: b541a98eb14bc4dfc4475231e444a95fd5461d2a [file]
# 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 = [ "lockup_detector_tests.cc" ]
deps = [
"//zircon/kernel/lib/page",
"//zircon/kernel/lib/unittest",
]
}