| # 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", | |
| ] | |
| } |