blob: 25599fac0f17bbf4d4e9f1855fdfff00f133c425 [file] [log] [blame]
# Copyright 2023 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") {
sources = [ "thread_sampler_tests.cc" ]
deps = [
"//zircon/kernel/lib/page",
"//zircon/kernel/lib/thread_sampler",
"//zircon/kernel/lib/unittest",
]
}