blob: 0898ac2af8e7a04910f5cce9bea1c5b33118221f [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 = [ "lockup_detector_tests.cc" ]
deps = [ "//zircon/kernel/lib/unittest" ]
}