blob: 941c25183f3ff531edfc712ae8cb05d4531e26f1 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("pager") {
testonly = true
sources = [
"pager.cc",
"test_thread.cc",
"userpager.cc",
]
deps = [
"$zx/system/ulib/elf-search",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fzl",
"$zx/system/ulib/inspector",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
"$zx/third_party/ulib/backtrace",
]
}